View source: R/get_current_origin.R
get_current_origin | R Documentation |
Get the current origin for each reuse
get_current_origin(
as = "time",
suppressPrinting = FALSE,
format = "%Y-%m-%d %H:%M:%S %Z"
)
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 |
The origin, in the format specified in as
.
squids::get_current_origin();
squids::get_current_origin(
as = "number"
);
squids::get_current_origin(
as = "time"
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.