rstudioapi (version 0.16.0)

selections: 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 NULL (the default), the active, or most-recently edited, document will be used.

value

The text contents to set for the selection.