An open API service indexing awesome lists of open source software.

https://github.com/max607/shorrrtcuts

An R package where I collect my shortcuts.
https://github.com/max607/shorrrtcuts

r shortcuts

Last synced: 11 months ago
JSON representation

An R package where I collect my shortcuts.

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# shorrrtcuts

Makes new shortcuts available for RStudio editing.
E. g. go to
``` r
Tools -> Modify Keyboard Shortcuts... -> Search for "Dashes" -> Choose a shortcut.
```

## Installation

You can install the package from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("max607/shorrrtcuts")
```