# readr
## 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]
> A package used in R to handle common file I/O tasks. Part of the [[Tidyverse]]
## Examples
One Example of readr.
```r
read_csv("<csv_file_name>.csv")
```
## Related
[[Tidyverse]]
## Resources
```R
browseVignettes("readr")
```
[readr documentation Tidyvers.org](https://readr.tidyverse.org)
## 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/)