tags-namespace {roxygen2}R Documentation

Tags for managing the NAMESPACE

Description

Learn full the details in in vignette('namespace').

Key tags:

Other less frequently used tags:

Usage

#' @evalNamespace {r-code}
#' @export
#' @exportClass {class}
#' @exportMethod {generic}
#' @exportPattern {pattern}
#' @exportS3Method pkg::generic
#' @import {package}
#' @importClassesFrom {package} {class}
#' @importFrom {package} {function}
#' @importMethodsFrom {package} {generic}
#' @rawNamespace {namespace directives}
#' @useDynLib {package}

[Package roxygen2 version 7.2.1 Index]