R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

string_tolower_single <- function(str) {
    .Call('rope_string_tolower_single', PACKAGE = 'rope', str)
}

string_tolower_vector <- function(str) {
    .Call('rope_string_tolower_vector', PACKAGE = 'rope', str)
}

string_toupper_single <- function(str) {
    .Call('rope_string_toupper_single', PACKAGE = 'rope', str)
}

string_toupper_vector <- function(str) {
    .Call('rope_string_toupper_vector', PACKAGE = 'rope', str)
}

string_paste_single <- function(x, y, sep = "") {
    .Call('rope_string_paste_single', PACKAGE = 'rope', x, y, sep)
}

string_paste_vector <- function(x, y, sep = "") {
    .Call('rope_string_paste_vector', PACKAGE = 'rope', x, y, sep)
}

string_remove_single <- function(str, to_remove) {
    .Call('rope_string_remove_single', PACKAGE = 'rope', str, to_remove)
}

string_remove_vector <- function(strs, to_remove) {
    .Call('rope_string_remove_vector', PACKAGE = 'rope', strs, to_remove)
}

string_remove_first_single <- function(str, to_remove) {
    .Call('rope_string_remove_first_single', PACKAGE = 'rope', str, to_remove)
}

string_remove_first_vector <- function(strs, to_remove) {
    .Call('rope_string_remove_first_vector', PACKAGE = 'rope', strs, to_remove)
}

string_replace_single <- function(str, to_replace, replace_with) {
    .Call('rope_string_replace_single', PACKAGE = 'rope', str, to_replace, replace_with)
}

string_replace_vector <- function(strs, to_replace, replace_with) {
    .Call('rope_string_replace_vector', PACKAGE = 'rope', strs, to_replace, replace_with)
}

string_replace_first_single <- function(str, to_replace, replace_with) {
    .Call('rope_string_replace_first_single', PACKAGE = 'rope', str, to_replace, replace_with)
}

string_replace_first_vector <- function(strs, to_replace, replace_with) {
    .Call('rope_string_replace_first_vector', PACKAGE = 'rope', strs, to_replace, replace_with)
}

is_alphanumeric_single <- function(str) {
    .Call('rope_is_alphanumeric_single', PACKAGE = 'rope', str)
}

is_alphanumeric_vector <- function(strs) {
    .Call('rope_is_alphanumeric_vector', PACKAGE = 'rope', strs)
}

is_alpha_single <- function(str) {
    .Call('rope_is_alpha_single', PACKAGE = 'rope', str)
}

is_alpha_vector <- function(strs) {
    .Call('rope_is_alpha_vector', PACKAGE = 'rope', strs)
}

is_numeric_single <- function(str) {
    .Call('rope_is_numeric_single', PACKAGE = 'rope', str)
}

is_numeric_vector <- function(strs) {
    .Call('rope_is_numeric_vector', PACKAGE = 'rope', strs)
}

is_hex_single <- function(str) {
    .Call('rope_is_hex_single', PACKAGE = 'rope', str)
}

is_hex_vector <- function(strs) {
    .Call('rope_is_hex_vector', PACKAGE = 'rope', strs)
}

string_reverse_single <- function(str) {
    .Call('rope_string_reverse_single', PACKAGE = 'rope', str)
}

string_reverse_vector <- function(strs) {
    .Call('rope_string_reverse_vector', PACKAGE = 'rope', strs)
}

string_split_single <- function(str, delimiter) {
    .Call('rope_string_split_single', PACKAGE = 'rope', str, delimiter)
}

string_split_vector <- function(strs, delimiter) {
    .Call('rope_string_split_vector', PACKAGE = 'rope', strs, delimiter)
}

as_int_single <- function(str) {
    .Call('rope_as_int_single', PACKAGE = 'rope', str)
}

as_int_vector <- function(strs) {
    .Call('rope_as_int_vector', PACKAGE = 'rope', strs)
}

as_double_single <- function(str) {
    .Call('rope_as_double_single', PACKAGE = 'rope', str)
}

as_double_vector <- function(strs) {
    .Call('rope_as_double_vector', PACKAGE = 'rope', strs)
}

as_string_int_single <- function(x) {
    .Call('rope_as_string_int_single', PACKAGE = 'rope', x)
}

as_string_int_vector <- function(x) {
    .Call('rope_as_string_int_vector', PACKAGE = 'rope', x)
}

as_string_double_single <- function(x) {
    .Call('rope_as_string_double_single', PACKAGE = 'rope', x)
}

as_string_double_vector <- function(x) {
    .Call('rope_as_string_double_vector', PACKAGE = 'rope', x)
}
PeteHaitch/rope documentation built on May 8, 2019, 1:32 a.m.