use_zephyr {zephyr} | R 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()
[Package zephyr version 0.1.2 Index]