get_current_origin {squids} | R Documentation |
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"
)
Arguments
as |
Whether to return the origin as |
suppressPrinting |
Whether to suppress printing the message about how to store the origin in your R script. |
format |
If returning |
Value
The origin, in the format specified in as
.
Examples
squids::get_current_origin();
squids::get_current_origin(
as = "number"
);
squids::get_current_origin(
as = "time"
);
[Package squids version 25.6.1 Index]