R/RcppExports.R

Defines functions metadataFeather openFeather closeFeather rowsFeather coldataFeather writeFeather

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

metadataFeather <- function(path) {
    .Call(`_feather_metadataFeather`, path)
}

openFeather <- function(path) {
    .Call(`_feather_openFeather`, path)
}

closeFeather <- function(feather) {
    invisible(.Call(`_feather_closeFeather`, feather))
}

rowsFeather <- function(feather) {
    .Call(`_feather_rowsFeather`, feather)
}

coldataFeather <- function(feather, indexes) {
    .Call(`_feather_coldataFeather`, feather, indexes)
}

writeFeather <- function(df, path) {
    invisible(.Call(`_feather_writeFeather`, df, path))
}

Try the feather package in your browser

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

feather documentation built on Sept. 15, 2019, 1:02 a.m.