# Package
## Definition(s)
### Nexus: [[Nexus - Google Analytics Certificate Course|Google Analytics Certificate]]
#### Topic: [[Google Analytics - 7 Data Analysis with R Programming - Module 2 - Programming using RStudio]]
>[! Definition]
>In R, a package is unit of reproducible code. A package can contain one or more pre-configured functions, documentation on how to use them, and sample data.
## Examples
### R
in R some examples of packages are the 8 packages that make up the [[Tidyverse]]. The top 4 are:
- [[ggplot2]]: for visualizations
- [[dplyr]]: for data manipulations
- [[readr]]: for reading in files to the R environment
- [[tidyr]]: for data cleaning tasks.
## Related
[[Tidyverse]]
## Resources
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)