https://github.com/cderv/meetup-2021-rmd-business-report
Talk at R Entrprise Meetup about styling Rmd for following organization guidelines
https://github.com/cderv/meetup-2021-rmd-business-report
Last synced: 9 days ago
JSON representation
Talk at R Entrprise Meetup about styling Rmd for following organization guidelines
- Host: GitHub
- URL: https://github.com/cderv/meetup-2021-rmd-business-report
- Owner: cderv
- Created: 2021-10-04T13:30:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T17:41:23.000Z (over 3 years ago)
- Last Synced: 2025-06-08T04:11:49.734Z (14 days ago)
- Language: R
- Homepage: https://cderv.rbind.io/talk/2021-meetup-style-rmd/
- Size: 3.67 MB
- Stars: 26
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - cderv/meetup-2021-rmd-business-report - Talk at R Entrprise Meetup about styling Rmd for following organization guidelines (R)
README
# Business Reports with R Markdown
[](https://www.meetup.com/RStudio-Enterprise-Community-Meetup/events/280078607)
[](https://cderv.rbind.io/slides/meetup-rmd-style-business-report/)
## About this repo
It contains the source code for the presentation and for examples.
Slides are made using Xaringan, and published to Netlify. _Makefile_ is used to organize the build pipeline.
Some of the output can only be found in the website where the presentation is hosted through the link. Not everything is on pushed to Git. If you are looking for examples output, please look at the slides.
## Where to found the resulting presentation ?
Slides can be found at https://cderv.rbind.io/slides/meetup-rmd-style-business-report/
## Can I reproduce ?
This project is not aimed at being used by other but it should work:
* It uses **renv** so you can recreate the R environment to recreate the slides
* Makefile is used to build and it should work in your environment too.