Nothing
# Convenience method to tests on different versions of the package
# Not used in the CRAN release
fstwriteproxy <- function(x, path, compress = 0, uniform_encoding = TRUE) {
write_fst(x, path, compress, uniform_encoding) # use current version of fst package
}
fstreadproxy <- function(path, columns = NULL, from = 1, to = NULL, as_data_table = FALSE) {
read_fst(path, columns, from, to, as_data_table)
}
fstmetaproxy <- function(path) {
metadata_fst(path)
}
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.