dummy_pkg: Dummy package creation

Description Usage Arguments Value

View source: R/dummy_pkg.R

Description

Create a simple example package in the temporary directory

Usage

1
dummy_pkg(location = tempdir(), messages = TRUE)

Arguments

location

A character string containing a path to a directory in which to create the package, by default the location of tempdir.

messages

A logical indicating whether to include some dummy translatable messages. Default TRUE.

Value

A string denoting a path to the root of the package (called “translateme”).


msgtools documentation built on May 30, 2017, 5:12 a.m.