-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathNAMESPACE
More file actions
90 lines (89 loc) · 2.34 KB
/
Copy pathNAMESPACE
File metadata and controls
90 lines (89 loc) · 2.34 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Generated by roxygen2: do not edit by hand
S3method("[",contact_survey)
S3method(as.matrix,contact_matrix)
S3method(check,contact_survey)
S3method(clean,contact_survey)
S3method(flatten,contact_matrix)
S3method(plot,contact_matrix)
S3method(print,contact_matrix)
export(agegroups_to_limits)
export(align_ages)
export(as_contact_survey)
export(assign_age_groups)
export(check)
export(clean)
export(compute_matrix)
export(contact_age_distribution)
export(contact_matrix)
export(download_survey)
export(flatten)
export(get_citation)
export(get_survey)
export(limits_to_agegroups)
export(list_surveys)
export(load_survey)
export(matrix_plot)
export(per_capita)
export(pop_age)
export(rebin_ages)
export(reduce_agegroups)
export(split_matrix)
export(survey)
export(survey_countries)
export(survey_country_population)
export(symmetrise)
export(weigh)
export(weigh_by_age)
export(weigh_by_dayofweek)
export(wpp_age)
export(wpp_countries)
import(data.table)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_names)
importFrom(countrycode,countrycode)
importFrom(curl,curl_download)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fcase)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setkey)
importFrom(data.table,setkeyv)
importFrom(data.table,uniqueN)
importFrom(grDevices,heat.colors)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(httr,GET)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecated)
importFrom(lubridate,period)
importFrom(lubridate,period_to_seconds)
importFrom(lubridate,years)
importFrom(memoise,memoise)
importFrom(methods,formalArgs)
importFrom(oai,list_records)
importFrom(purrr,walk)
importFrom(stats,median)
importFrom(stats,runif)
importFrom(stats,xtabs)
importFrom(utils,bibentry)
importFrom(utils,data)
importFrom(utils,hasName)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)