ps_deblob_file: Deblob to File

Description Usage Arguments

View source: R/blob.R

Description

Converts a blob back to its original file format.

Usage

1
2
3
4
5
6
ps_deblob_file(
  blob,
  file = "blob",
  dir = ".",
  ask = getOption("poissqlite.ask", TRUE)
)

Arguments

blob

A blob.

file

A string of the file (the original file extension is added automatically).

dir

A string of the directory.

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.