inst/PlugIn/cacheSweave.R

filename <- commandArgs(TRUE)
require("cacheSweave")
directory <- file.path(tempdir(), "Cache_")
dir.create(directory, showWarnings = FALSE)
setCacheDir(directory)
Sweave(filename, driver = cacheSweaveDriver)

Try the RWinEdt package in your browser

Any scripts or data that you put into this service are public.

RWinEdt documentation built on May 2, 2019, 8:40 a.m.