Learn R Programming

rrtable (version 0.1.0)

Rcode2df: Make a data.frame with character strings encoding R code

Description

Make a data.frame with character strings encoding R code

Usage

Rcode2df(result, preprocessing, eval = TRUE)

Arguments

result

character strings encoding R code

preprocessing

character strings encoding R code as a preprocessing

eval

logical. Whether or not evaluate the code