Print method for 'pkgmatch' objects
Usage
# S3 method for class 'pkgmatch'
print(x, ...)
Value
The result of printing x
, in form of either a single character
vector, or a named list of character vectors.
See also
Other utils:
head.pkgmatch()
,
pkgmatch_browse()
,
pkgmatch_load_data()
,
text_is_code()
Examples
if (FALSE) { # \dontrun{
input <- "Download open spatial data from NASA"
p <- pkgmatch_similar_pkgs (input)
p # Default print method, lists 5 best matching packages
head (p) # Shows first 5 rows of full `data.frame` object
} # }