
Check whether a function name exists in any CRAN packages
Source:R/check-unique-fn-names.R
fn_names_on_cran.RdCheck whether a function name exists in any CRAN packages
Value
A data.frame of three columns, "package", "version", and
"fn_name", identifying any other packages matching specified function
name(s). If no matches are found, the data.frame will have no rows.
See also
Other extra:
checks_to_markdown(),
list_pkgchecks(),
logfile_names(),
render_md2html()
Examples
fn_names_on_cran (c ("min", "max"))
#> package version fn_name
#> 1 matlab2r 1.5.0 max
#> 2 matlab2r 1.5.0 min
#> 3 rapportools 1.2 max
#> 4 rapportools 1.2 min
#> 5 mosaic 1.9.2 max
#> 6 mosaic 1.9.2 min