Learn R Programming

SIAtools (version 0.1.4)

edit_rstudio_shortcuts: Show RStudio Keyboard Shortcuts

Description

Shows a popup window with RStudio keyboard shortcuts. Applicable only in RStudio and in interactive R session.

Usage

edit_rstudio_shortcuts()

Arguments

Value

No return value. Called for side effect.

Details

You can quickly reach out solicited addin function by typing it in the Filter... box in the very top of the window. Then double click at the blank space just next to the addin function name and press down desired key or key combination. Apply the changes and from now on, just call the addin function with one keystroke. For more details, navigate to RStudio documentation.

See Also

Other helpers: curr_proj(), default_shiny_io_functions, list_categories(), open_sm_manifest(), print.sm_manifest(), sia_head_tag()

Examples

Run this code
if (interactive()) {
edit_rstudio_shortcuts()
}

Run the code above in your browser using DataLab