pkpackages: Create R Package for Patrick This function is modeled after...

Description Usage Arguments Details Author(s)

View source: R/pkpackages.R

Description

Create R Package for Patrick

This function is modeled after Hadley's devtools::create and other similar functions for defining and producing consistent packages using templates. The function is written to several different types of R packages/directories specified in the Details.

Usage

1
pkpackages(path, type = "method")

Arguments

path

string specifying location and name of package

type

string specifying type of package to create. Must be one of a set of pre-defined types else function returns error (default = "analysis")

Details

Currently supported valid types include:

Author(s)

Patrick Kimes


pkimes/pkimes documentation built on May 25, 2019, 8:20 a.m.