Skip to contents

Sets the package-scoped value of script_run_time

Usage

set_script_run_time(fake_runtime = lubridate::NA_POSIXct_)

Arguments

fake_runtime

An asserted script run time

Value

the package-scoped value of script_run_time

Examples

set_script_run_time()
#> [1] "2024-06-13 21:47:15 UTC"
set_script_run_time(fake_runtime =
                    as.POSIXct("2021-02-23 02:23:00",
                               tz="",
                               format="%Y-%m-%d %H:%M:%OS")
                   )
#> [1] "2021-02-23 02:23:00 UTC"