Learn R Programming

dockerfiler (version 0.2.4)

r: Turn an R call into an Unix call

Description

Turn an R call into an Unix call

Usage

r(code)

Value

an unix R call

Arguments

code

the function to call

Examples

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

Run the code above in your browser using DataLab