R/RcppExports.R

Defines functions matrix2df chunker__new_data_frame chunker__new_matrix chunker__next_chunk chunker__set_colnames chunker__get_matrix chunker__get_dataframe chunker__get_colnames chunker__get_total chunker__get_completed chunker__get_type

Documented in matrix2df

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' matrix2df
#' @name matrix2df
#' @description conversion from matrix to DataFrame
#' @param x matrix
NULL

matrix2df <- function(x) {
    .Call(`_chunkR_matrix2df`, x)
}

#' chunker, matrix-constructor
#' @keywords internal
NULL

#' chunker, dataframe-constructor
#' @keywords internal
NULL

#' chunker__destructor 
#' @keywords internal
NULL

#' chunker__next_chunk
#' @keywords internal
NULL

#' chunker__next_chunk_matrix
#' @keywords internal
NULL

#' chunker__next_chunk_df
#' @keywords internal
NULL

#' chunker__set_colnames 
#' @keywords internal
NULL

#' set_generic_rownames
#' @keywords internal
NULL

#' set_generic_colnames
#' @keywords internal
NULL

#'get_matrix
#'@keywords internal
NULL

#'get_dataframe
#'@keywords internal
#'
NULL

#' chunker__get_colnames
#' @keywords internal
NULL

#' chunker__get_completed
#' @keywords internal
NULL

#' chunker__get_completed
#' @keywords internal
NULL

#' chunker__get_type
#' @keywords internal
NULL

#' mixed_list
#' @keywords internal
NULL

chunker__new_data_frame <- function(path_, sep_, quoted_, has_colnames_, has_rownames_, chunksize_, column_types_) {
    .Call(`_chunkR_chunker__new_data_frame`, path_, sep_, quoted_, has_colnames_, has_rownames_, chunksize_, column_types_)
}

chunker__new_matrix <- function(path_, sep_, quoted_, has_colnames_, has_rownames_, chunksize_) {
    .Call(`_chunkR_chunker__new_matrix`, path_, sep_, quoted_, has_colnames_, has_rownames_, chunksize_)
}

chunker__next_chunk <- function(ptr) {
    .Call(`_chunkR_chunker__next_chunk`, ptr)
}

chunker__set_colnames <- function(ptr) {
    .Call(`_chunkR_chunker__set_colnames`, ptr)
}

chunker__get_matrix <- function(ptr) {
    .Call(`_chunkR_chunker__get_matrix`, ptr)
}

chunker__get_dataframe <- function(ptr) {
    .Call(`_chunkR_chunker__get_dataframe`, ptr)
}

chunker__get_colnames <- function(ptr) {
    .Call(`_chunkR_chunker__get_colnames`, ptr)
}

chunker__get_total <- function(ptr) {
    .Call(`_chunkR_chunker__get_total`, ptr)
}

chunker__get_completed <- function(ptr) {
    .Call(`_chunkR_chunker__get_completed`, ptr)
}

chunker__get_type <- function(ptr) {
    .Call(`_chunkR_chunker__get_type`, ptr)
}

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
    .Call('_chunkR_RcppExport_registerCCallable', PACKAGE = 'chunkR')
})

Try the chunkR package in your browser

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

chunkR documentation built on May 1, 2019, 6:34 p.m.