flobr 0.2.2
CRAN release: 2021-10-27
- Clarify back-compatibility with slobs (serialized blobs) instead of blobs.
- Added
chk_blob()
andvld_blob()
. -
unflob()
now accommodates blobs if name and ext provided and has a check argument to switch off checking.
flobr 0.2.1
CRAN release: 2020-05-15
- Replace dependency on checkr by dependency on chk.
- Errors now in tidyverse style.
flobr 0.2.0
CRAN release: 2019-07-25
By default flobs now include the original file name with the extension.
To read with a different file name use the name argument to flob()
. The saved file name can be accessed using flob_name()
.
To write with a different file name use the name argument to unflob()
.
If the flob was read using a previous version of flobr which means it lacks a file name then by default it is written with the file name “file”.