# Generated by roxygen2: do not edit by hand

S3method(complete_,data.frame)
S3method(expand_,data.frame)
S3method(expand_,grouped_df)
S3method(expand_,tbl_df)
S3method(extract_,data.frame)
S3method(extract_,grouped_df)
S3method(extract_,tbl_df)
S3method(fill_,data.frame)
S3method(fill_,grouped_df)
S3method(gather_,data.frame)
S3method(gather_,grouped_df)
S3method(gather_,tbl_df)
S3method(gather_,tbl_dt)
S3method(nest_,data.frame)
S3method(nest_,grouped_df)
S3method(nest_,tbl_df)
S3method(replace_na,data.frame)
S3method(replace_na,tbl_df)
S3method(separate_,data.frame)
S3method(separate_,grouped_df)
S3method(separate_,tbl_df)
S3method(spread_,data.frame)
S3method(spread_,grouped_df)
S3method(spread_,tbl_df)
S3method(unite_,data.frame)
S3method(unite_,grouped_df)
S3method(unite_,tbl_df)
S3method(unnest_,data.frame)
S3method(unnest_,grouped_df)
S3method(unnest_,tbl_df)
export("%>%")
export(complete)
export(complete_)
export(crossing)
export(expand)
export(expand_)
export(extract)
export(extract_)
export(extract_numeric)
export(fill)
export(fill_)
export(full_seq)
export(gather)
export(gather_)
export(nest)
export(nest_)
export(nesting)
export(replace_na)
export(separate)
export(separate_)
export(spread)
export(spread_)
export(unite)
export(unite_)
export(unnest)
export(unnest_)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,as_data_frame)
importFrom(magrittr,"%>%")
importFrom(stats,setNames)
importFrom(utils,type.convert)
useDynLib(tidyr)
