Background
Currently there some inconsistencies in wordings of parameters across functions.
Solution
Where any parameter name is reused, define the parameter description separately as a template in man-roxygen and within each function reference that description using @template instead of @parameter and re-writing the description.
Background
Currently there some inconsistencies in wordings of parameters across functions.
Solution
Where any parameter name is reused, define the parameter description separately as a template in
man-roxygenand within each function reference that description using@templateinstead of@parameterand re-writing the description.