# Generated by roxygen2: do not edit by hand

export(add_nuts_level)
export(check_access_to_data)
export(clean_eurostat_cache)
export(cut_to_classes)
export(dic_order)
export(eurotime2date)
export(eurotime2num)
export(get_bibentry)
export(get_eurostat)
export(get_eurostat_dic)
export(get_eurostat_folder)
export(get_eurostat_geospatial)
export(get_eurostat_interactive)
export(get_eurostat_json)
export(get_eurostat_link)
export(get_eurostat_local)
export(get_eurostat_sdmx)
export(get_eurostat_toc)
export(grepEurostatTOC)
export(harmonize_country_code)
export(harmonize_geo_code)
export(label_eurostat)
export(label_eurostat_tables)
export(label_eurostat_vars)
export(list_eurostat_cache_items)
export(recode_nuts)
export(recode_to_nuts_2013)
export(recode_to_nuts_2016)
export(search_eurostat)
export(set_eurostat_cache_dir)
export(validate_geo_code)
export(validate_nuts_regions)
importFrom(ISOweek,ISOweek2date)
importFrom(R.utils,isUrl)
importFrom(classInt,classIntervals)
importFrom(countrycode,countrycode)
importFrom(curl,curl_download)
importFrom(data.table,
  ":=",
  .SD,
  fread,
  melt,
  setDT,
  setcolorder
)
importFrom(digest,digest)
importFrom(dplyr,
  "%>%",
  case_when,
  coalesce,
  filter,
  inner_join,
  mutate
)
importFrom(httr2,
  "%>%",
  req_error,
  req_perform,
  req_proxy,
  req_retry,
  req_url_path_append,
  req_url_query,
  req_user_agent,
  request,
  resp_body_json,
  resp_body_raw,
  resp_check_status,
  resp_content_type,
  resp_is_error,
  url_build,
  url_parse
)
importFrom(jsonlite,
  fromJSON,
  toJSON
)
importFrom(lubridate,
  day,
  dmy,
  month,
  year,
  ymd
)
importFrom(purrr,map_dfr)
importFrom(readr,
  col_character,
  cols,
  read_csv,
  read_tsv
)
importFrom(regions,
  recode_nuts,
  validate_geo_code,
  validate_nuts_regions
)
importFrom(rlang,
  "!!",
  .data,
  sym
)
importFrom(stats,
  na.omit,
  setNames
)
importFrom(stringr,
  fixed,
  str_extract,
  str_glue,
  str_replace_all
)
importFrom(tibble,
  as_tibble,
  is_tibble
)
importFrom(tidyr,
  pivot_longer,
  separate
)
importFrom(utils,
  capture.output,
  download.file,
  hasName,
  menu,
  modifyList,
  person,
  read.csv,
  read.delim,
  toBibtex
)
importFrom(xml2,
  read_xml,
  xml_attr,
  xml_find_all,
  xml_find_first,
  xml_ns,
  xml_text
)
