transform_param {admiraldev} | R Documentation |
Process @permitted
and @default
tags
Description
This function processes the @permitted
and @default
tags and moves them
into the @param
tag. The default value is taken from the function call if
not specified.
Usage
transform_param(block, rdx_permitted_values)
Arguments
block |
A block of roxygen tags of one function
|
rdx_permitted_values |
A list of permitted values The name of the list item can be referenced in the
|
Value
The block with the transformed tags
[Package admiraldev version 1.3.1 Index]