Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

convert_and_check_my_args

Convert and check function arguments


Description

This function is used for all variants of r and rcmd. An argument name is only used to refer to one kind of object, to make this possible.

Usage

convert_and_check_my_args(options)

Arguments

options

List of options.

Details

The benefit of having a single options object is to avoid passing around a lot of arguments all the time.

The benefit of making this object internal (i.e. that the r, etc. functions have multiple arguments instead of a single options list), is that documentation and usage is more user friendly (e.g. command- completion works in the editor.


callr

Call R from R

v3.7.0
MIT + file LICENSE
Authors
Gábor Csárdi [aut, cre, cph] (<https://orcid.org/0000-0001-7098-9676>), Winston Chang [aut], RStudio [cph, fnd], Mango Solutions [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.