Learn R Programming

roxylint (version 0.1.0)

demo_tag: Get that tag!

Description

Tools for inspecting roxygen2::roxy_tag()s. This can be helpful for exploring the intermediate tag objects. For example, you can use this function to generate a tag and explore the named values in $val.

Usage

demo_tag(str)

Value

A roxygen2::roxy_tag().

Arguments

str

A 'roxygen2' tag string.

Examples

Run this code
demo_tag("@param var abc")

Run the code above in your browser using DataLab