Description Usage Arguments Value Examples
Finds shortcuts based on matched pattern on windows/linux keybindings.
1 | find_kb_winlin(pattern, ignore_case = TRUE, data = shortcuts_table)
|
pattern |
regular expression pattern applied on key bindings to filter shortcuts of interest |
ignore_case |
TRUE or FALSE to ignore case in regex pattern search, TRUE by default |
data |
shortcuts_table with tibble created based on RStudio Support page |
a tibble with matching observations
1 | find_kb_winlin("Ctrl+1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.