go {packagefinder} | R Documentation |
Showing information about a package
Description
Allows to inspect a package found with findPackage()
by showing detailed CRAN information on the package, opening its manual (PDF) or pulling up the package's website. Also allows to install the package right away.
Usage
go(package, where.to = "details", index = NULL)
Arguments
package |
Either the name of the package (capitalization does generally not matter) or the search result number shown in the results of |
where.to |
Either |
index |
Either a path (or URL) to a search index, or a search index that is already loaded. If no index is provided, |
Details
go()
is made to inspect a package found with findPackage()
and to decide whether or not this package serves the intended purposes.
Value
No return value.
Author(s)
Joachim Zuckarelli joachim@zuckarelli.de