Learn R Programming

rskey (version 0.4.19)

selectobject: Select object

Description

Rstudio addin to create object from highlighted object name or code. Also works in browser mode, albeit not in the code_browser window.

Usage

selectobject(eval = TRUE)

Value

List with the (evaluated) object and the code generating it as a character string

Arguments

eval

Should text be evaluated? If FALSE, the output is a charstring of the marked text. DEFAULT: TRUE

Author

Berry Boessenkool, berry-b@gmx.de, May 2017

References

Heavily borrowed from digital-dharma/RStudioAddIns (no longer online)

See Also

addins, funSource

Examples

Run this code
# see str_addin

Run the code above in your browser using DataLab