Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 990 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 990 Bytes

Usage

Installation

remotes::install_github('yonisidi/sanofi.templates')
library(sanofi.templates)

Initializing a new Project

In RStudio from the menu bar

  1. Choose File from Menu Bar
  2. Select "New Project"
  3. Select "New Directory"
  4. Scroll down to "Sanofi Workspace Template"

Initializing a new Report

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 and script directories

Initializing a new slide deck

Powerpoint

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 and script directories