use_zephyr | R Documentation |
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.
use_zephyr()
invisible(TRUE)
use_zephyr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.