Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/summary.RSiteSearch.R
Summary Method for RSiteSearch
| 1 2 | 
| object | An object of class  | 
| 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
 | 
| threshold | the  | 
| hits | the total number of hits returned by  | 
| nrow | the number if hits actually returned by
 | 
| call | the matched call to  | 
Spencer Graves
RSiteSearch.function,
RSiteSearch
| 1 2 |   z <- RSiteSearch.function("spline", maxPages = 2)
  summary(z, 2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.