Skip to content

Alternative R serialization Interface for Single Objects

License

Notifications You must be signed in to change notification settings

eduardobull/fastsave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

About

Dot not use this package.

Installation

To install development version from GitHub:

devtools::install_github("eduardobull/fastsave")

Usage

# Load package
library(fastsave)

# Test dataset and temporary file path
data(mtcars)
file_dir <- file.path(tempdir(), "mtcars")

# Package usage
saveZstd(mtcars, file_dir) # or saveLZ4
mtcars2 <- readZstd(file_dir) # or readLZ4

# Test code
stopifnot(identical(mtcars, mtcars2))

Links

About

Alternative R serialization Interface for Single Objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published