get_current_origin: Get the current origin for each reuse
Description
Get the current origin for each reuse
Usage
get_current_origin(
as = "time",
suppressPrinting = FALSE,
format = "%Y-%m-%d %H:%M:%S %Z"
)
Value
The origin, in the format specified in as.
Arguments
as
Whether to return the origin as character value (can
also be specified by passing string or text), as a numeric
value (can also be specified by passing number), or as POSIX
time (can also be specified by passing time).
suppressPrinting
Whether to suppress printing the message
about how to store the origin in your R script.
format
If returning character, the format to pass to
base::format() when formatting the time to a character value