Skip to contents

Clears a log from the internal environment. Use this to start over or free memory.

Usage

log_reset(name = getOption("pipfun.log.default", "default"))

Arguments

name

Name of the log to remove (default: getOption("pipfun.log.default")).

Value

Invisibly returns TRUE if the log was removed.