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

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.

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.