-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.qmd
More file actions
27 lines (24 loc) · 766 Bytes
/
Copy pathindex.qmd
File metadata and controls
27 lines (24 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "🍰 shrtcts"
date: '2020-09-13'
description: Make anything an RStudio shortcut!
image: https://pkg.garrickadenbuie.com/shrtcts/reference/figures/shrtcts-card.png
summary: |
An easily customizable method for creating RStudio
addins from arbitrary R code. Use your own functions or call functions
from other packages. Your shortcuts are stored in a YAML file in your
home directory.
slug: shrtcts
categories: ["Project"]
tags:
- RStudio
- Addin
- Shortcuts
- R Package
- R
---
Redirecting to <https://pkg.garrickadenbuie.com/shrtcts>...
<meta http-equiv="refresh" content="0; url=https://pkg.garrickadenbuie.com/shrtcts" />
<script type="text/javascript">
window.location.href = "https://pkg.garrickadenbuie.com/shrtcts";
</script>