roxy_tag_rd: Generate Rd output from a tag

View source: R/rd.R

roxy_tag_rdR Documentation

Generate Rd output from a tag

Description

Provide a method for this generic if you want a tag to generate output in .Rd files. See vignette("extending") for more details.

Usage

roxy_tag_rd(x, base_path, env)

Arguments

x

The tag

base_path

Path to package root directory.

env

Environment in which to evaluate code (if needed)

Value

Methods must return a rd_section.


r-lib/roxygen2 documentation built on Jan. 27, 2024, 5:43 a.m.