selectobject: Select object

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/selectobject.R

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

1

Arguments

eval

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

Value

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

Author(s)

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

References

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

See Also

addins, funSource

Examples

1
# see str_addin

rskey documentation built on July 2, 2020, 2:59 a.m.