Nothing
x <- data.frame(
date = c(Sys.Date(), Sys.Date(), Sys.Date())
)
x$ym <- as_date_ym(x$date)
x$yq <- as_date_yq(x$date)
x
x$ym
x$yq
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.