This is the source code for "Data Pipelines: Using a Model-View-Controller Framework in R". It was written with bookdown. The rendered version is in the docs folder. The rest of the files at the root are edited to edit the book. If you want to edit the book you check out the project in git using RStudio. After the edits you refer to the script.R file and run the following lines...
bookdown::render_book("index.Rmd", "bookdown::bs4_book",output_dir = "docs")
bookdown::render_book("index.Rmd", "bookdown::epub_book",output_dir = "docs")
bookdown::render_book("index.Rmd", "bookdown::pdf_book", output_dir = "docs")
And then commit and push in RStudio or use RosyDev and usethis (if the git/github is configured correctly)...
RosyDev::fast_commit()
usethis:::git_push()
- Written with bookdown R package
- Strong influences from golem R package
- REDCap https://projectredcap.org/about/
- Model: REDCap
- Controller: R
- View(s): plotly and MORE!
- The Rosyverse package is at github.com/brandonerose/Rosyverse See instructions above. Install remotes and install RosyUtils
- The RosyUtils package is at github.com/brandonerose/RosyUtils
- Donate if I helped you out and want more development (anything helps)! account.venmo.com/u/brandonerose
- For more R coding visit thecodingdocs.com/
- For correspondence/feedback/issues, please email TheCodingDocs@gmail.com{.email}!
- Follow us on Twitter twitter.com/TheCodingDocs
- Follow me on Twitter twitter.com/BRoseMDMPH