R/RcppExports.R

Defines functions char_to_factor counts extract_rows_from_file_to_file extract_rows_from_file fast_factor matches read split_file split_runs_numeric split_runs_character split_runs_one stack_list_df str_collapse_list str_collapse_str

Documented in char_to_factor counts extract_rows_from_file matches read split_file

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

.char_to_factor <- function(x_, inplace) {
    .Call('Kmisc_char_to_factor', PACKAGE = 'Kmisc', x_, inplace)
}

counts <- function(x) {
    .Call('Kmisc_counts', PACKAGE = 'Kmisc', x)
}

extract_rows_from_file_to_file <- function(input_file_name, output_file_name, delim, items_to_keep, column_to_check) {
    invisible(.Call('Kmisc_extract_rows_from_file_to_file', PACKAGE = 'Kmisc', input_file_name, output_file_name, delim, items_to_keep, column_to_check))
}

extract_rows_from_file <- function(input_file_name, delim, items_to_keep, column_to_check) {
    .Call('Kmisc_extract_rows_from_file', PACKAGE = 'Kmisc', input_file_name, delim, items_to_keep, column_to_check)
}

fast_factor <- function(x, levels) {
    .Call('Kmisc_fast_factor', PACKAGE = 'Kmisc', x, levels)
}

matches <- function(x) {
    .Call('Kmisc_matches', PACKAGE = 'Kmisc', x)
}

read <- function(path, lines) {
    .Call('Kmisc_read', PACKAGE = 'Kmisc', path, lines)
}

split_file <- function(path, dir, basename, path_sep, sep, prepend, file_ext, column, skip, verbose) {
    invisible(.Call('Kmisc_split_file', PACKAGE = 'Kmisc', path, dir, basename, path_sep, sep, prepend, file_ext, column, skip, verbose))
}

split_runs_numeric <- function(X) {
    .Call('Kmisc_split_runs_numeric', PACKAGE = 'Kmisc', X)
}

split_runs_character <- function(X) {
    .Call('Kmisc_split_runs_character', PACKAGE = 'Kmisc', X)
}

split_runs_one <- function(x) {
    .Call('Kmisc_split_runs_one', PACKAGE = 'Kmisc', x)
}

stack_list_df <- function(X, classes, num_elem, make_row_names, name, keep_list_index, index_name) {
    .Call('Kmisc_stack_list_df', PACKAGE = 'Kmisc', X, classes, num_elem, make_row_names, name, keep_list_index, index_name)
}

str_collapse_list <- function(x) {
    .Call('Kmisc_str_collapse_list', PACKAGE = 'Kmisc', x)
}

str_collapse_str <- function(x) {
    .Call('Kmisc_str_collapse_str', PACKAGE = 'Kmisc', x)
}

Try the Kmisc package in your browser

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

Kmisc documentation built on May 29, 2017, 1:43 p.m.