# NOT RUN {
if (interactive()) {
library(dash)
app <- Dash$new()
app$layout(
htmlDiv(list(
htmlP(
list(
"It might be useful to wrap dates like ",
htmlTime(dateTime = "2019-07-29", children = "July 29th"),
" in an htmlTime to make your datetime strings machine-readable."
)
)
)
)
)
app$run_server()
}
# }
Run the code above in your browser using DataLab