R/available.R
suggest.Rd
If the package you are using already has a title, simply pass the path to
the package root in path
. Otherwise use title
to specify a potential
title.
suggest(path = ".", field = c("Title", "Description"), text = NULL)
Path to a existing package to extract the title from.
one of "Title" or "Description"
text string to search.
if (FALSE) {
# Default will use the title from the current path.
suggest()
# Can also suggest based on the description
suggest(field = "Description")
}
# Or by explicitly using the text argument
suggest(text =
"A Package for Displaying Visual Scenes as They May Appear to an Animal with Lower Acuity")
#> displayingrvis