R/RcppExports.R

Defines functions read_svmlight_cpp write_svmlight_cpp

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

read_svmlight_cpp <- function(filename, zero_based = 1L) {
    .Call(`_sparsio_read_svmlight_cpp`, filename, zero_based)
}

write_svmlight_cpp <- function(x, y, filename, zero_based = 1L) {
    invisible(.Call(`_sparsio_write_svmlight_cpp`, x, y, filename, zero_based))
}

Try the sparsio package in your browser

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

sparsio documentation built on March 26, 2020, 6:22 p.m.