Create Variable from a Function

appetizer
create variable
none spicy
Author

Ryan Garnett

Published

March 29, 2023

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()