load.cache | R Documentation |
load.cache(path = "./cache", envir = parent.frame(), ask = FALSE,
verbose = TRUE, full.names = TRUE, ...)
path |
a matrix or dataframe. |
envir |
a logical vector specifying whether only factor columns should be converted. |
ask |
logical. |
verbose |
logical. |
full.names |
logical. |
Taken from http://www.peteredewitt.com/2017/lazyloading-cached-chunks/
A dataframe
Jason Grafmiller
to.factor
, to.numeric
df <- iris
summary(df)
df <- to.char(df)
summary(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.