R/cpp11.R

Defines functions r_is_string_cpp11 type_convert_col parse_vector_ collectorGuess

# Generated by cpp11: do not edit by hand

collectorGuess <- function(input, locale_, guessInteger, guess_max, trim_ws) {
  .Call(`_minty_collectorGuess`, input, locale_, guessInteger, guess_max, trim_ws)
}

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)
}

r_is_string_cpp11 <- function(x) {
  .Call(`_minty_r_is_string_cpp11`, x)
}

Try the minty package in your browser

Any scripts or data that you put into this service are public.

minty documentation built on April 4, 2025, 1:12 a.m.