forked from gesistsa/rio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
144 lines (143 loc) · 3.81 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Generated by roxygen2: do not edit by hand
S3method(.export,default)
S3method(.export,rio_arff)
S3method(.export,rio_clipboard)
S3method(.export,rio_csv)
S3method(.export,rio_csv2)
S3method(.export,rio_csvy)
S3method(.export,rio_dbf)
S3method(.export,rio_dta)
S3method(.export,rio_dump)
S3method(.export,rio_feather)
S3method(.export,rio_fst)
S3method(.export,rio_fwf)
S3method(.export,rio_html)
S3method(.export,rio_json)
S3method(.export,rio_matlab)
S3method(.export,rio_ods)
S3method(.export,rio_parquet)
S3method(.export,rio_psv)
S3method(.export,rio_pzfx)
S3method(.export,rio_r)
S3method(.export,rio_rda)
S3method(.export,rio_rdata)
S3method(.export,rio_rds)
S3method(.export,rio_sas7bdat)
S3method(.export,rio_sav)
S3method(.export,rio_tsv)
S3method(.export,rio_txt)
S3method(.export,rio_xlsx)
S3method(.export,rio_xml)
S3method(.export,rio_xpt)
S3method(.export,rio_yml)
S3method(.export,rio_zsav)
S3method(.import,default)
S3method(.import,rio_arff)
S3method(.import,rio_clipboard)
S3method(.import,rio_csv)
S3method(.import,rio_csv2)
S3method(.import,rio_csvy)
S3method(.import,rio_dat)
S3method(.import,rio_dbf)
S3method(.import,rio_dif)
S3method(.import,rio_dta)
S3method(.import,rio_dump)
S3method(.import,rio_eviews)
S3method(.import,rio_feather)
S3method(.import,rio_fortran)
S3method(.import,rio_fst)
S3method(.import,rio_fwf)
S3method(.import,rio_html)
S3method(.import,rio_json)
S3method(.import,rio_matlab)
S3method(.import,rio_mtp)
S3method(.import,rio_ods)
S3method(.import,rio_parquet)
S3method(.import,rio_psv)
S3method(.import,rio_pzfx)
S3method(.import,rio_r)
S3method(.import,rio_rda)
S3method(.import,rio_rdata)
S3method(.import,rio_rds)
S3method(.import,rio_rec)
S3method(.import,rio_sas7bdat)
S3method(.import,rio_sav)
S3method(.import,rio_spss)
S3method(.import,rio_syd)
S3method(.import,rio_tsv)
S3method(.import,rio_txt)
S3method(.import,rio_xls)
S3method(.import,rio_xlsx)
S3method(.import,rio_xml)
S3method(.import,rio_xpt)
S3method(.import,rio_yml)
S3method(.import,rio_zsav)
S3method(characterize,data.frame)
S3method(characterize,default)
S3method(factorize,data.frame)
S3method(factorize,default)
export(.export)
export(.import)
export(characterize)
export(convert)
export(export)
export(export_list)
export(factorize)
export(gather_attrs)
export(get_ext)
export(import)
export(import_list)
export(install_formats)
export(is_file_text)
export(spread_attrs)
importFrom(curl,curl_fetch_memory)
importFrom(curl,parse_headers)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,is.data.table)
importFrom(foreign,read.arff)
importFrom(foreign,read.dbf)
importFrom(foreign,read.dta)
importFrom(foreign,read.epiinfo)
importFrom(foreign,read.mtp)
importFrom(foreign,read.spss)
importFrom(foreign,read.systat)
importFrom(foreign,read.xport)
importFrom(foreign,write.arff)
importFrom(foreign,write.dbf)
importFrom(haven,labelled)
importFrom(haven,read_dta)
importFrom(haven,read_por)
importFrom(haven,read_sas)
importFrom(haven,read_sav)
importFrom(haven,read_xpt)
importFrom(haven,write_dta)
importFrom(haven,write_sas)
importFrom(haven,write_sav)
importFrom(haven,write_xpt)
importFrom(openxlsx,read.xlsx)
importFrom(openxlsx,write.xlsx)
importFrom(readxl,read_xls)
importFrom(readxl,read_xlsx)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,capture.output)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,packageName)
importFrom(utils,read.DIF)
importFrom(utils,read.fortran)
importFrom(utils,read.fwf)
importFrom(utils,read.table)
importFrom(utils,tar)
importFrom(utils,type.convert)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(utils,zip)