Skip to content

brandonerose/Data-Pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

Links

TheCodingDocs.com

Releases

No releases published

Packages

No packages published