Learn R Programming

zephyr (version 0.1.2)

use_zephyr: Use zephyr options and verbosity levels

Description

Utility function to set up the use of zephyr options and verbosity_level in your package.

Creates the file R/{pkgname}-options.R with boiler plate code to setup and document options.

This code also creates an package specific verbosity_level option, enabling you to control the verbosity of your package functions using the msg functions.

Usage

use_zephyr()

Arguments

Value

invisible(TRUE)

Examples

Run this code
if (FALSE) {
use_zephyr()
}

Run the code above in your browser using DataLab