Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clarelgibson/r4ds
- Owner: clarelgibson
- License: cc0-1.0
- Created: 2024-10-16T16:07:23.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:23:11.000Z (22 days ago)
- Last Synced: 2024-10-24T05:57:37.130Z (22 days ago)
- Language: HTML
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.