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.
- Host: GitHub
- URL: https://github.com/max607/shorrrtcuts
- Owner: max607
- License: other
- Created: 2021-12-04T19:00:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T10:50:05.000Z (almost 2 years ago)
- Last Synced: 2024-07-21T11:55:55.340Z (almost 2 years ago)
- Topics: r, shortcuts
- Language: R
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```