remotes::install_github('yonisidi/sanofi.templates')
library(sanofi.templates)
In RStudio
from the menu bar
- Choose File from Menu Bar
- Select "New Project"
- Select "New Directory"
- Scroll down to "Sanofi Workspace Template"
use_report(report_name = 'Name of Report',path = 'Path to place Rmd file')
Usage guide:
- 'Name of Report' will become the directory name of the report
- 'Path to place Rmd file' should be the repo's root directory that contains the
deliv
andscript
directories
use_slides(deck_name = 'Name of Deck', path = 'Path to place qmd file')
Usage guide:
- 'Name of Deck' will become the directory name of the slides
- 'Path to place qmd file' should be the repo's root directory that contains the
deliv
andscript
directories