r {dockerfiler}R Documentation

Turn an R call into an Unix call

Description

Turn an R call into an Unix call

Usage

r(code)

Arguments

code

the function to call

Value

an unix R call

Examples

r(print("yeay"))
r(install.packages("plumber", repo = "http://cran.irsn.fr/"))

[Package dockerfiler version 0.2.2 Index]