Skip to content

yonisidi/sanofi.templates

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published