newRmdRepport: Create Rmd file for data analysis repport template using Rmd...

View source: R/newRmdRepport.R

newRmdRepportR Documentation

Create Rmd file for data analysis repport template using Rmd LateX pdf

Description

Create Rmd file for data analysis repport template using Rmd/LateX-pdf

Usage

newRmdRepport(nom = "NOM", prenom = "PRENOM", path = NULL, filename = NULL)

Arguments

nom

Surname

prenom

Forename

path

path

filename

filename

Details

adapted from Michael Schaeffer template (gmrcfun package)

Value

Rnw file

Author(s)

JuG

Examples

newRmdRepport(nom="G",prenom="J",filename = NULL,path=NULL)
newRmdRepport(nom="G",prenom="J",path=getwd(),filename= "test")

jgodet/utilitR documentation built on May 16, 2024, 12:01 p.m.