| Description | |
|---|---|
| Create a variable object in memory from the output from the system date function |
| Ingredients | |
| Package | Data |
|---|---|
| NA | NA |
Sample Instructions
object_name <- function()Actual Instructions
current_date_variable <- Sys.Date()Ryan Garnett
March 29, 2023