Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clarelgibson/r4ds

Notes and code for the R4DS course
https://github.com/clarelgibson/r4ds

Last synced: about 12 hours ago
JSON representation

Notes and code for the R4DS course

Awesome Lists containing this project

README

        

# SDG Template
Template repo for @surreydatagirl data viz/analytics projects. Template includes directories for data and R scripts. Other standard directories you may need include:
- `ref`: for any reference documentation
- `img`: for image files
- `products`: for any products built with the clean data

## Description
Longer description of the project.

## Getting started
### Data
- List the data sources and links used in the project.

### Packages
This project uses `renv` for package management. To set up the packages needed for this project run the following code in the console:

```r
install.packages("renv")
renv::init()
```

## Author
- [Clare Gibson](https://www.surreydatagirl.com) - [[email protected]](mailto:surreydatagirl.com)

## Licence
This project is licensed under the CC0 1.0 Universal licence. See the [LICENSE](./LICENSE) file for details.

## Acknowledgements
- List any reference material used in this project.