Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
fststore <- function(fileName, table, compression, uniformEncoding) {
.Call(`_fst_fststore`, fileName, table, compression, uniformEncoding)
}
fstmetadata <- function(fileName) {
.Call(`_fst_fstmetadata`, fileName)
}
fstretrieve <- function(fileName, columnSelection, startRow, endRow) {
.Call(`_fst_fstretrieve`, fileName, columnSelection, startRow, endRow)
}
fsthasher <- function(rawVec, seed, blockHash) {
.Call(`_fst_fsthasher`, rawVec, seed, blockHash)
}
fstcomp <- function(rawVec, compressor, compression, hash) {
.Call(`_fst_fstcomp`, rawVec, compressor, compression, hash)
}
fstdecomp <- function(rawVec) {
.Call(`_fst_fstdecomp`, rawVec)
}
getnrofthreads <- function() {
.Call(`_fst_getnrofthreads`)
}
setnrofthreads <- function(nrOfThreads) {
.Call(`_fst_setnrofthreads`, nrOfThreads)
}
restore_after_fork <- function(restore) {
invisible(.Call(`_fst_restore_after_fork`, restore))
}
hasopenmp <- function() {
.Call(`_fst_hasopenmp`)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.