RC.reuse {RC}R Documentation

Reuse computation from the archive

Description

This function allows you to recompute and reuse a computation from the repository. The data, parameters, and underlying R code can be changed.

Usage

RC.reuse(url = "", secure = TRUE)

Arguments

url The unique URL of the computation to be reproduced
secure Check R code against blacklist of potentially dangerous commands

Examples

#RC.demo.r <- RC.ls(keyword='AS2009')
#RC.demo.res <- RC.reuse(RC.demo.r$url[2])
#now the RC.fun() function is available and can be executed
#op <- par(mfrow=c(4,2))
#RC.fun('1','0','0')
#RC.fun('1','1','0')
#RC.fun('1','0','1')
#RC.fun('0','1','1')
#par(op)

[Package RC version 1.0.1.27 Index]