-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcpp11.R
37 lines (28 loc) · 1.18 KB
/
cpp11.R
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
# Generated by cpp11: do not edit by hand
collectorGuess <- function(input, locale_, guessInteger) {
.Call(`_minty_collectorGuess`, input, locale_, guessInteger)
}
whitespaceColumns <- function(sourceSpec, n, comment) {
.Call(`_minty_whitespaceColumns`, sourceSpec, n, comment)
}
utctime_ <- function(year, month, day, hour, min, sec, psec) {
.Call(`_minty_utctime_`, year, month, day, hour, min, sec, psec)
}
dim_tokens_ <- function(sourceSpec, tokenizerSpec) {
.Call(`_minty_dim_tokens_`, sourceSpec, tokenizerSpec)
}
count_fields_ <- function(sourceSpec, tokenizerSpec, n_max) {
.Call(`_minty_count_fields_`, sourceSpec, tokenizerSpec, n_max)
}
guess_header_ <- function(sourceSpec, tokenizerSpec, locale_) {
.Call(`_minty_guess_header_`, sourceSpec, tokenizerSpec, locale_)
}
tokenize_ <- function(sourceSpec, tokenizerSpec, n_max) {
.Call(`_minty_tokenize_`, sourceSpec, tokenizerSpec, n_max)
}
parse_vector_ <- function(x, collectorSpec, locale_, na, trim_ws) {
.Call(`_minty_parse_vector_`, x, collectorSpec, locale_, na, trim_ws)
}
type_convert_col <- function(x, spec, locale_, col, na, trim_ws) {
.Call(`_minty_type_convert_col`, x, spec, locale_, col, na, trim_ws)
}