copy_rmd: Copy the existing .Rmd file from the rosr package to the...

Description Usage Arguments Value

View source: R/internal.R

Description

Copy the existing .Rmd file from the rosr package to the destination directory.

Usage

1
copy_rmd(package, template, sub_project, rmd_dir)

Arguments

package

Packge name of the source template.

template

Template name of the source template.

sub_project

Sub-project name

rmd_dir

Destination directory

Value

copied file and the path of the new .Rmd file


rosr documentation built on July 2, 2020, 2:28 a.m.

Related to copy_rmd in rosr...