-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
48 lines (47 loc) · 1.09 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
# 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,data.frame)
S3method(as.col_spec,default)
S3method(as.col_spec,list)
S3method(type_to_col,Date)
S3method(type_to_col,POSIXct)
S3method(type_to_col,default)
S3method(type_to_col,double)
S3method(type_to_col,factor)
S3method(type_to_col,hms)
S3method(type_to_col,integer)
S3method(type_to_col,logical)
export(as.col_spec)
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_only)
export(date_names)
export(date_names_lang)
export(date_names_langs)
export(default_locale)
export(locale)
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(type_convert)
useDynLib(minty, .registration = TRUE)