# Generated by roxygen2: do not edit by hand

export("%>%")
export(check_inconsistent_formats)
export(check_inconsistent_labels)
export(check_inconsistent_types)
export(create_tbl)
export(define_to_metacore)
export(get_control_term)
export(get_keys)
export(is_DatasetMeta)
export(is_metacore)
export(load_metacore)
export(metacore)
export(metacore_example)
export(read_all_sheets)
export(save_metacore)
export(select_dataset)
export(spec_to_metacore)
export(spec_type)
export(spec_type_to_codelist)
export(spec_type_to_derivations)
export(spec_type_to_ds_spec)
export(spec_type_to_ds_vars)
export(spec_type_to_value_spec)
export(spec_type_to_var_spec)
export(verify_DatasetMeta)
export(xml_to_codelist)
export(xml_to_derivations)
export(xml_to_ds_spec)
export(xml_to_ds_vars)
export(xml_to_value_spec)
export(xml_to_var_spec)
import(R6)
importFrom(cli,ansi_collapse)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_bullets)
importFrom(cli,cli_div)
importFrom(cli,cli_end)
importFrom(cli,cli_inform)
importFrom(cli,cli_par)
importFrom(cli,cli_rule)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(cli,col_red)
importFrom(cli,qty)
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap_chr)
importFrom(purrr,quietly)
importFrom(purrr,reduce)
importFrom(purrr,safely)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rlang,"!!")
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,as_string)
importFrom(rlang,enexpr)
importFrom(rlang,expr)
importFrom(rlang,inherits_only)
importFrom(rlang,prim_name)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(stats,na.omit)
importFrom(stats,var)
importFrom(stringr,regex)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_glue)
importFrom(stringr,str_length)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_split)
importFrom(stringr,str_starts)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,nest)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_ns_strip)
importFrom(xml2,xml_parent)
importFrom(xml2,xml_text)
