Learn R Programming

checkhelper (version 0.1.1)

create_example_pkg: 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
)

Value

Path where the example package is stored.

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

Examples

Run this code
create_example_pkg()

Run the code above in your browser using DataLab