Skip to contents

Returns a tibble listing all parameter labels included in this package, together with their id which can be provided as the id argument of roxy_lbl(), param_lbl(), return_lbl(), etc.

Usage

roxy_lbls(type = "default")

Arguments

type

The label type to return label values for. One of "default", "author", "concept", "description", "details", "field", "format", "keywords", "param", "references", "return", "section", "seealso", "slot", "source" or "title".

Value

A tibble.

Details

Currently, roxygen2 tag labels are available:

idtypearguments
cli_markup_supportdefault
datedefault
datesdefault
datetimedefault
datetimesdefault
dbi_connectiondefault
df_or_tibbledefault
dmdefault
dyn_dots_supportdefault
end_datedefault
eoldefault
ggplot2_objdefault
glue_chrdefault
gt_objdefault
max_cache_agedefault
num_vrsndefault
opt_global_max_cache_agedefaultpkg, global_max_cache_age
pathdefault
pathsdefault
pkg_configdefaultpkg
pkg_configtitlepkg
plotly_objdefault
quietdefault
r_objdefault
resp_objdefault
show_progressdefault
start_datedefault
strict_listdefault
symdefault
tbl_datadefault
tibbledefault
tibble_colsdefaultcols
tibble_customdefaultcustom
tidy_select_supportdefault
use_cachedefault

See also