ps_deblob_files: Deblob to Files

Description Usage Arguments

View source: R/blob.R

Description

Converts a vector of possibly uniquely named blobs back to their original file formats in the directory.

Usage

1
2
3
4
5
6
ps_deblob_files(
  blobs,
  dir = ".",
  rm_ext = TRUE,
  ask = getOption("poissqlite.ask", TRUE)
)

Arguments

blobs

A blob vector.

dir

A string of the directory to save the files to.

rm_ext

A flag indicating whether to remove the extension if present from the blob names.

ask

A flag indicating whether to ask before creating the directory or replacing a file.


poissonconsulting/poissqlite documentation built on Sept. 17, 2021, 12:34 a.m.