Skip to content

Instantly share code, notes, and snippets.

@aclemen1
Last active December 2, 2018 16:14
Show Gist options
  • Save aclemen1/91ffa1950571b67d476131873a8a069b to your computer and use it in GitHub Desktop.
Save aclemen1/91ffa1950571b67d476131873a8a069b to your computer and use it in GitHub Desktop.
'modulr/release_gist_example' (modulr gear)
# `modulr/release_gist_example`
## Installation
```{r}
library(modulr)
```
```r
# Not run
"modulr/release_gist_example" %imports% "91ffa1950571b67d476131873a8a069b"
# "modulr/release_gist_example" %digests% "efbb8ee38858aaef" %imports% "91ffa1950571b67d476131873a8a069b"
```
## Definition
```{r definition}
"modulr/release_gist_example" %provides% function ()
"Hello World!"
```
---
Gear prepared with the R package [modulr](https://github.com/aclemen1/modulr) (v0.1.7.9208).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment