The zippr package is a forked alternative to the zip package built on miniz, a cross-platform, lossless, high performance data compression library.
The zippr fork makes three types of changes:
Consistently rename all functions with zip_*
to avoid masking the
utils::zip()
and utils::unzip()
functions from base R.
Arrange arguments in a consistent order, accepting the primary file paths as the first argument for easy piping.
Return more data with modern, human readable tibble and fs classes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.