selections {rstudioapi} | R Documentation |
Manipulate User Selections in the RStudio IDE
Description
These functions allow users of the rstudioapi
package to read and write
the user's current selection within the RStudio IDE.
Usage
selectionGet(id = NULL)
selectionSet(value = NULL, id = NULL)
Arguments
id |
The document ID. When |
value |
The text contents to set for the selection. |
[Package rstudioapi version 0.16.0 Index]