forked from tidyverse/readr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
111 lines (110 loc) · 2.36 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
# Generated by roxygen2: do not edit by hand
S3method(as.col_spec,"NULL")
S3method(as.col_spec,character)
S3method(as.col_spec,col_spec)
S3method(as.col_spec,default)
S3method(as.col_spec,list)
S3method(format,col_spec)
S3method(output_column,POSIXt)
S3method(output_column,default)
S3method(output_column,double)
S3method(print,col_spec)
S3method(print,collector)
S3method(print,date_names)
S3method(print,locale)
S3method(str,col_spec)
export(ChunkCallback)
export(DataFrameCallback)
export(ListCallback)
export(SideEffectChunkCallback)
export(clipboard)
export(col_character)
export(col_date)
export(col_datetime)
export(col_double)
export(col_factor)
export(col_guess)
export(col_integer)
export(col_logical)
export(col_number)
export(col_skip)
export(col_time)
export(cols)
export(cols_condense)
export(cols_only)
export(count_fields)
export(datasource)
export(date_names)
export(date_names_lang)
export(date_names_langs)
export(default_locale)
export(format_csv)
export(format_delim)
export(format_tsv)
export(fwf_cols)
export(fwf_empty)
export(fwf_positions)
export(fwf_widths)
export(guess_encoding)
export(guess_parser)
export(locale)
export(output_column)
export(parse_character)
export(parse_date)
export(parse_datetime)
export(parse_double)
export(parse_factor)
export(parse_guess)
export(parse_integer)
export(parse_logical)
export(parse_number)
export(parse_time)
export(parse_vector)
export(problems)
export(read_csv)
export(read_csv2)
export(read_csv2_chunked)
export(read_csv_chunked)
export(read_delim)
export(read_delim_chunked)
export(read_file)
export(read_file_raw)
export(read_fwf)
export(read_lines)
export(read_lines_chunked)
export(read_lines_raw)
export(read_log)
export(read_rds)
export(read_table)
export(read_table2)
export(read_tsv)
export(read_tsv_chunked)
export(readr_example)
export(spec)
export(spec_csv)
export(spec_csv2)
export(spec_delim)
export(spec_table)
export(spec_tsv)
export(stop_for_problems)
export(tokenize)
export(tokenizer_csv)
export(tokenizer_delim)
export(tokenizer_fwf)
export(tokenizer_line)
export(tokenizer_log)
export(tokenizer_tsv)
export(tokenizer_ws)
export(type_convert)
export(write_csv)
export(write_delim)
export(write_excel_csv)
export(write_file)
export(write_lines)
export(write_rds)
export(write_tsv)
importClassesFrom(Rcpp,"C++Object")
importFrom(R6,R6Class)
importFrom(hms,hms)
importFrom(tibble,tibble)
useDynLib(readr, .registration = TRUE)