# rio functions to export
export(convert)
export(export)
export(import)

# utility functions to import
importFrom(tools, file_ext)
importFrom(stats, na.omit)
importFrom(utils, installed.packages, untar, unzip)
importFrom(urltools, url_parse)
importFrom(yaml, yaml.load)
importFrom(curl, curl_download, curl_fetch_memory, parse_headers)

# import and export functions from other packages
importFrom(data.table, fread)
importFrom(haven, read_dta, read_sav, read_por, read_sas)
importFrom(haven, write_sav, write_dta)
importFrom(haven, as_factor)
importFrom(foreign, read.dbf, read.mtp, read.systat, read.epiinfo, read.arff, read.xport)
importFrom(foreign, read.dta, read.spss)
importFrom(foreign, write.dbf, write.arff)
importFrom(utils, read.table, read.csv, read.fwf, read.DIF, read.fortran)
importFrom(utils, write.table, write.csv)
importFrom(readODS, read.ods, getNrOfSheetsInODS)
importFrom(XML, xmlParse, xmlToDataFrame)
importFrom(XML, newXMLNode, xmlValue, "xmlValue<-", saveXML)
importFrom(jsonlite, fromJSON, toJSON)
importFrom(openxlsx, read.xlsx, write.xlsx)
importFrom(readxl, read_excel)
