forked from SilentSpringInstitute/RNHANES
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
28 lines (27 loc) · 715 Bytes
/
NAMESPACE
File metadata and controls
28 lines (27 loc) · 715 Bytes
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
# Generated by roxygen2: do not edit by hand
export(nhanes_cycle_years)
export(nhanes_data_files)
export(nhanes_detection_frequency)
export(nhanes_geometric_mean)
export(nhanes_hist)
export(nhanes_load_data)
export(nhanes_load_demography_data)
export(nhanes_quantile)
export(nhanes_sample_size)
export(nhanes_search)
export(nhanes_survey)
export(nhanes_survey_design)
export(nhanes_variables)
export(nhanes_vcov)
import(rvest)
import(survey)
importFrom(dplyr,filter)
importFrom(foreign,read.xport)
importFrom(methods,hasArg)
importFrom(stats,as.formula)
importFrom(stats,vcov)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(xml2,read_html)