https://github.com/jennalandy/remodel-your-rmd
Presentation material on how to remodel your R markdown and improve your research workflow with RStudio.
https://github.com/jennalandy/remodel-your-rmd
github-pages package-development rmarkdown
Last synced: 3 months ago
JSON representation
Presentation material on how to remodel your R markdown and improve your research workflow with RStudio.
- Host: GitHub
- URL: https://github.com/jennalandy/remodel-your-rmd
- Owner: jennalandy
- Created: 2022-09-22T16:07:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T22:07:50.000Z (over 2 years ago)
- Last Synced: 2025-01-17T22:25:44.289Z (5 months ago)
- Topics: github-pages, package-development, rmarkdown
- Language: R
- Homepage: https://jennalandy.github.io/remodel-your-rmd/
- Size: 18.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remodel Your Rmd - Source Code
Through my experiences in industry and research, I’ve learned that a lot of cool things can be done with R and RStudio. Even though they often intimidated me at first, they always ended up being intuitive, well documented, and very useful to my R workflow. In this tutorial I’ll go through how I’ve “remodeled my Rmd”--and how you can do the same--by developing simple R packages for research projects, parameterizing R Markdowns for modular reports, making pretty R Markdowns, and publishing to R Markdown websites and Shiny Apps.
Topics Covered:
- R Package Development
- Parameterized Rmd Reports
- Rmd Customizations
- Themes and Formats
- Tabs
- Kable Tables
- Interactive Plots Directly from `ggplot2`
- Publishing R Markdown Websites with Github Pages[View GitHub pages website here](https://jennalandy.github.io/remodel-your-rmd/)