create_example_pkg: Create a package example producing notes and errors

View source: R/create_example_pkg.R

create_example_pkgR Documentation

Create a package example producing notes and errors

Description

Create a package example producing notes and errors

Usage

create_example_pkg(
  path = tempfile(pattern = "pkg-"),
  with_functions = TRUE,
  with_extra_notes = FALSE
)

Arguments

path

Path where to store the example package

with_functions

Logical. Whether there will be functions or not (with notes)

with_extra_notes

Logical. Whether there are extra notes or not

Value

Path where the example package is stored.

Examples

create_example_pkg()

ThinkR-open/checkhelper documentation built on Jan. 26, 2024, 4:16 p.m.