View source: R/special-attributes.R
set_lb_date | R Documentation |
Takes an object and a date and sets a special attribute, "lb.date" by reference
set_lb_date(x, value)
x |
An object to set the attribute on |
value |
Either a value of class |
Nothing, since the object is modified by reference.
set_lb_date(mtcars, "2021-05-08")
attributes(mtcars)$lb.date
# [1] "2021-05-08
set_lb_date(mtcars, Sys.Date())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.