roxy_tag_parse.roxy_tag_iparam | R Documentation |
@iparam
tagsThe @iparam <name> <description>
tag can be used in roxygen2
documentation
of a function to describe a dataframe parameter. The function must be using
interfacer::iface
to define the input dataframe parameter format. The
@iparam
tag will then generate documentation about the type of dataframe
the function is expecting.
## S3 method for class 'roxy_tag_iparam'
roxy_tag_parse(x)
x |
A tag |
a roxy_tag
object with the val
field set to the parsed value
# This provides support to `roxygen2` and only gets executed in the context
# of `devtools::document()`. There is no interactive use of this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.