print.packageSum {sos} | R Documentation |
Print a packageSum
object to a file and
pass it to a web browser
## S3 method for class 'packageSum' print(x, where, title, openBrowser = TRUE, template, ...)
x |
An object of class |
where |
a character vector interpreted as follows: If length(where)==1, it must be either 'HTML' or
'console' or the name of a colum of If length(where)>1, it must be the names of columns of
|
title |
An optional title to give the HTML file. Default is to use the original query string. |
openBrowser |
logical; if |
template |
Template file used by |
... |
ignored |
The full path and name of the file created is returned invisibly.
Spencer Graves
print.findFn
packageSum
findFn
,
RSiteSearch
,
browseURL
brew
splineHelp <- findFn("spline", maxPages = 2) splinePkgs <- packageSum(splineHelp) if(!fda::CRAN()){ print(splinePkgs, 'console') splinePkgs # all columns in a browser }