proj_pkg_script: Generate an R script to install all of the packages required...

Description Usage Arguments Value

View source: R/fertile.R

Description

Generate an R script to install all of the packages required to run the R/Rmd files in an R project. Once generated, the script can be found in the root directory of the project.

Usage

1
proj_pkg_script(path = ".", script = fs::path(path, "install_proj_packages.R"))

Arguments

path

Path to project root

script

Location/name of script file destination.

Value

Path to an R script file ("install_proj_packages.R")


beanumber/fertile documentation built on April 17, 2021, 4:33 a.m.