use_zephyr: Use zephyr options and verbosity levels

View source: R/use_zephyr.R

use_zephyrR Documentation

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()

Value

invisible(TRUE)

Examples


use_zephyr()


zephyr documentation built on Aug. 22, 2025, 9:09 a.m.