Changes in version 0.2.3.9000 - Same as previous version. Changes in version 0.2.3 (2022-08-25) - Fix HTML attribute. Changes in version 0.2.2 (2021-10-27) - Clarify back-compatibility with slobs (serialized blobs) instead of blobs. - Added chk_blob() and vld_blob(). - unflob() now accommodates blobs if name and ext provided and has a check argument to switch off checking. Changes in version 0.2.1 (2020-05-15) - Replace dependency on checkr by dependency on chk. - Errors now in tidyverse style. Changes in version 0.2.0 (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". Changes in version 0.1.0 (2018-11-14) - Added flob_obj Changes in version 0.0.1 - Added a NEWS.md file to track changes to the package.