RC.prepare.input {RC}R Documentation

Prepare Raw Input

Description

This function converts the Raw Input (as archived in the repository) into a code snippet that can be reproduced in the R console. This function is called by RC.reproduce().

Usage

RC.prepare.input(rawinput)

Arguments

rawinput rawinput from RC.meta.data()

Value

returns pre-processed R code which can be recomputed

Examples

#r <- RC.ls.user(id='UseR')
#fetching meta data about a computation that was generated in the console
#md <- RC.meta.data(r$url[21])
#prepare input
#p <- RC.prepare.input(md$rawinput)
#now it can be reproduced
#RC.texteval(p)

[Package RC version 1.0.1.27 Index]