# Generated by roxygen2: do not edit by hand

export(apply_quality_ctrl)
export(assess_completeness)
export(assess_quality)
export(assume_var_classes)
export(compare_completeness)
export(compare_info_content)
export(compare_info_content_plt)
export(completeness_heatmap)
export(count_compare)
export(edge_tbl_to_graph)
export(encode_as_num_mat)
export(encode_binary_cats)
export(encode_cats)
export(encode_genotypes)
export(encode_ordinals)
export(entropy)
export(export_dataset)
export(extract_freetext)
export(identify_inconsistency)
export(import_dataset)
export(import_var_classes)
export(information_content_contin)
export(information_content_discrete)
export(join_vars_to_ontol)
export(merge_cols)
export(metavariable_agg)
export(metavariable_info)
export(metavariable_variable_descendants)
export(mi_content_discrete)
export(mod_track)
export(node_IC_zhou)
export(nums_to_NA)
export(ordinal_label_levels)
export(plot_completeness)
export(report_var_mods)
export(review_quality_ctrl)
export(row_completeness)
export(semantic_enrichment)
export(skipgram_append)
export(skipgram_freq)
export(skipgram_identify)
export(strings_to_NA)
export(validate_consistency_tbl)
export(variable_completeness)
export(variable_entropy)
export(zero_entropy_variables)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,add_tally)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_label)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,count)
importFrom(dplyr,cur_data)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,desc)
importFrom(dplyr,enquo)
importFrom(dplyr,enquos)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_all)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,quo)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(forcats,fct_infreq)
importFrom(forcats,fct_relevel)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,devAskNewPage)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,rectGrob)
importFrom(grid,viewport)
importFrom(igraph,distances)
importFrom(kableExtra,cell_spec)
importFrom(kableExtra,kable_styling)
importFrom(knitr,is_latex_output)
importFrom(knitr,kable)
importFrom(knitr,opts_current)
importFrom(magrittr,"%>%")
importFrom(pheatmap,pheatmap)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(quanteda,convert)
importFrom(quanteda,corpus)
importFrom(quanteda,dfm)
importFrom(quanteda,tokens)
importFrom(quanteda,tokens_remove)
importFrom(quanteda,tokens_skipgrams)
importFrom(quanteda,tokens_tolower)
importFrom(quanteda,tokens_wordstem)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readr,write_csv)
importFrom(readr,write_tsv)
importFrom(readxl,read_excel)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_name)
importFrom(rlang,sym)
importFrom(scales,percent_format)
importFrom(stats,bw.nrd0)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(stringr,str_wrap)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_col)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidygraph,arrange)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidygraph,as_tibble)
importFrom(tidygraph,filter)
importFrom(tidygraph,graph_is_directed)
importFrom(tidygraph,graph_join)
importFrom(tidygraph,graph_order)
importFrom(tidygraph,group_by)
importFrom(tidygraph,map_local)
importFrom(tidygraph,map_local_dbl)
importFrom(tidygraph,map_local_int)
importFrom(tidygraph,map_local_lgl)
importFrom(tidygraph,mutate)
importFrom(tidygraph,pull)
importFrom(tidygraph,select)
importFrom(tidygraph,ungroup)
importFrom(tidygraph,with_graph)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tm,stopwords)
