https://github.com/clarelgibson/inspectr
Collection of notebooks documenting best practices for data profiling and QA in R.
https://github.com/clarelgibson/inspectr
data-profiling r-language
Last synced: 5 months ago
JSON representation
Collection of notebooks documenting best practices for data profiling and QA in R.
- Host: GitHub
- URL: https://github.com/clarelgibson/inspectr
- Owner: clarelgibson
- License: cc0-1.0
- Created: 2025-08-20T20:51:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T21:01:13.000Z (6 months ago)
- Last Synced: 2025-08-20T23:20:50.238Z (6 months ago)
- Topics: data-profiling, r-language
- Language: R
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- 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) - [surreydatagirl@gmail.com](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.