summary.RSiteSearch {RSiteSearch} | R Documentation |
Summary Method for RSiteSearch
## S3 method for class 'RSiteSearch': summary(object, threshold = 1, ...)
object |
An object of class RSiteSearch |
threshold |
The minimum number of hits for a package to print. Default of 1 shows all packages. |
... |
ignored |
1. Identify all packages with at least threshold
hits.
2. Return an object of class c('summary.RSiteSearch', 'list') with summary information.
An object of class c('summary.RSiteSearch', 'list') with the following elements:
PackageSummary |
a data.frame with one row for each package and columns
Package , Count , MaxScore , TotalScore ,
and Date . This summary is sorted per the sort.
argument in the call to RSiteSearch.function .
|
threshold |
the threshold argument in this call to
summary.RSiteSearch .
|
hits |
the total number of hits returned by RSiteSearch . This is
an attribute of an RSiteSearch object; the number of rows
of object will either be hits or
maxPages*matchesPerPage, whichever is smaller.
|
nrow |
the number if hits actually returned by
RSiteSearch.function .
|
call |
the matched call to RSiteSearch.function .
|
RSiteSearch.function
,
RSiteSearch
z <- RSiteSearch.function("spline", maxPages = 2) summary(z, 2)