print.datalight.Rd
Print a datalight object
# S3 method for datalight print(x, ...)
A Datafaro's datalight json object
Other arguments passed on to methods
a print of the object. Invisible x
if (FALSE) { .res <- jsonlite::toJSON( list( data = mtcars, dictionary = list(), metadata = list(next_update = Sys.Date() + 30), cached = Sys.Date(), slug = "mtcars" ) ) mi_tibble <- as_datalight(.res) print(mi_tibble) }