https://github.com/sellorm/dater
Implements and RStudio AddIn to insert the current date into a document
https://github.com/sellorm/dater
addin r rstats rstudio
Last synced: about 2 months ago
JSON representation
Implements and RStudio AddIn to insert the current date into a document
- Host: GitHub
- URL: https://github.com/sellorm/dater
- Owner: sellorm
- Created: 2018-02-06T10:03:59.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T10:35:37.000Z (over 3 years ago)
- Last Synced: 2025-01-05T12:12:36.379Z (3 months ago)
- Topics: addin, r, rstats, rstudio
- Language: R
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sellorm/dater - Implements and RStudio AddIn to insert the current date into a document (R)
README
# dater
Insert the current date at the current cursor position.
A quick package for R that implements an addIn for RStudio. That addIn provides a menu item to insert today's date at the current cursor position.
Inspired by the 'F5' key in notepad.exe.
## Installation
**devtools:**
```
devtools::install_github("sellorm/dater")
```**no devtools:**
```
source("https://install-github.me/sellorm/dater")
```## Setting up a keyboard shortcut
Once the package is installed, click the 'Tools' menu, then go to 'Addins' and 'Browse Addins'.
Click the 'Keyboard Shortcuts' button, and in the keyboard shortcuts screen you can add or modify the shortcut.
## Addins more info
See the [Addins documentation](https://rstudio.github.io/rstudioaddins/) for more info.