Skip to content
Snippets Groups Projects
Commit 9920c0ae authored by Ben Anderson's avatar Ben Anderson
Browse files

Update README.md: added note on use as an R package

parent 19eec760
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ This repo does two things: ...@@ -6,6 +6,8 @@ This repo does two things:
* it is a collection of [resources](resources.md) including some notes on: * it is a collection of [resources](resources.md) including some notes on:
* how to [use git branches](gitBranches.md) * how to [use git branches](gitBranches.md)
* it is a [template](template.md) repo that illustrates how we work * it is a [template](template.md) repo that illustrates how we work - feel free to re-use
If you want to [contribute to the repo](CONTRIBUTING.md) or like how we work and want to use it as a template, simply [fork and go](https://happygitwithr.com/fork-and-clone.html). If you want to [contribute to the repo](CONTRIBUTING.md) or like how we work and want to use it as a template, simply [fork and go](https://happygitwithr.com/fork-and-clone.html).
\ No newline at end of file
The repo is structured as an R package so you should be able to 'install and restart' it from the RStudio Build menu. If you do so you will then be able to use its functions viz: `woRkflow::functionName()`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment