Skip to contents

Saves a log stored in .piplogenv to a .qs file for persistence.

Usage

log_save(
  name = getOption("pipfun.log.default", "default"),
  path = NULL,
  compress = TRUE
)

Arguments

name

Name of the log in memory (default: getOption("pipfun.log.default")).

path

File path to save the log to. If missing, defaults to {name}.qs.

compress

Whether to compress the file (default: TRUE).

Value

Invisible TRUE if successful.