These functions allow users of the rstudioapi
package to read and write
the user's current selection within the RStudio IDE.
selectionGet(id = NULL)
selectionSet(value = NULL, id = NULL)
The document ID. When NULL
(the default), the active, or
most-recently edited, document will be used.
The text contents to set for the selection.