Skip to content

R Package for easy loading of cached data produced by knitr

Notifications You must be signed in to change notification settings

willbowditch/knitrCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knitrCache

R Package for easy loading of cached data produced by knitr into R session.

To install

devtools::install_git('https://github.com/willbowditch/knitrCache')

This depends on the devtools package, if you don't have it run this beforehand

install.packages('devtools')
require(devtools)

Usage

To load all variables from a knitr cache loadKnitrCache('~/path/to/directory/')

About

R Package for easy loading of cached data produced by knitr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages