use_namespace | R Documentation |
NAMESPACE
If roxygen
is TRUE
generates an empty NAMESPACE
that exports nothing;
you'll need to explicitly export functions with @export
. If roxygen
is FALSE
, generates a default NAMESPACE
that exports all functions
except those that start with .
.
use_namespace(roxygen = TRUE)
roxygen |
Do you plan to manage |
The namespace chapter of R Packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.