r: Turn an R call into an Unix call

View source: R/rthis.R

rR 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/"))

ColinFay/dockerfiler documentation built on Nov. 16, 2023, 8:33 p.m.