-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
45 lines (44 loc) · 1.2 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
export(browseNHANES)
export(nhanes)
export(nhanesAttr)
export(nhanesCodebook)
export(nhanesCodebookFromURL)
export(nhanesDXA)
export(nhanesFromURL)
export(nhanesManifest)
export(nhanesOptions)
export(nhanesSearch)
export(nhanesSearchTableNames)
export(nhanesSearchVarName)
export(nhanesTableSummary)
export(nhanesTableVars)
export(nhanesTables)
export(nhanesTranslate)
importFrom(foreign,lookup.xport)
importFrom(foreign,read.xport)
importFrom(methods,is)
importFrom(plyr,mapvalues)
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text2)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_locate)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(tools,file_path_sans_ext)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,object.size)
importFrom(xml2,read_html)
importFrom(xml2,xml_children)
importFrom(xml2,xml_text)