Create a name for an unnamed scenario based on Sys.time.
setup_scenarios_name(check = FALSE)
A single character value is returned.
The object starts with the letter s
and is followed by Sys.time
Where, the date/time portion is %m%d%H%M%S
, better known as
a two-digit month, e.g., 01; a two-digit number for the day of the month;
and finally a two-digit hour, then minute, then second.