load.cache: Load data from a knitr cache

View source: R/load.cache.R

load.cacheR Documentation

Load data from a knitr cache

Usage

load.cache(path = "./cache", envir = parent.frame(), ask = FALSE,
	verbose = TRUE, full.names = TRUE, ...)

Arguments

path

a matrix or dataframe.

envir

a logical vector specifying whether only factor columns should be converted.

ask

logical.

verbose

logical.

full.names

logical.

Details

Taken from http://www.peteredewitt.com/2017/lazyloading-cached-chunks/

Value

A dataframe

Author(s)

Jason Grafmiller

See Also

to.factor, to.numeric

Examples

df <- iris
summary(df)

df <- to.char(df)
summary(df)

jasongraf1/JGmisc documentation built on March 21, 2022, 7:42 a.m.