This folder contains the fixed Bookdown version of the Data Management with R materials.
The previous combined file placed multiple chapters into one .Rmd file, which caused duplicate chunk-label errors such as setup. This version splits the content back into separate chapter files and prefixes code chunk labels so they are unique across the book.
index.Rmd– book landing page and introduction01_project_setup.Rmd– project setup and Git/GitHub workflow02_tidyverse_basics.Rmd– tidyverse basics03_joining_data.Rmd– joining data04_data_cleaning.Rmd– data cleaning and data management05_strings_regex.Rmd– strings and regular expressions06_visualization.Rmd– visualization and advanced cleaning07_exploratory_analysis.Rmd– exploratory analysis project08_storyboard_reporting.Rmd– storyboard and reporting_bookdown.yml– bookdown chapter order and output folder_output.yml– output settingsstyle.css– basic styling
Open the RStudio project, then run:
bookdown::clean_book()
bookdown::render_book("index.Rmd")The rendered book will be created in the docs/ folder.
Keep raw datasets in:
Raw Data/
Save generated files in:
Outputs/
If referencing this project, please cite:
Nabavi, N. Data Management with R: Practical Teaching Materials for Reproducible Data Wrangling and Analysis.