Description Usage Arguments Details Value Author(s) See Also Examples
Returns the hits attribute of an RSiteSearch object.
For the output of RSiteSearch.function, this is the number of
matches for the search term.  For an RSiteSearch object
returned by unionRSiteSearch or intersectRSiteSearch,
this is a numeric vector if the hits attributes of the
arguments to unionRSiteSearch or intersectRSiteSearch.
1  | hits(x)
 | 
x | 
 object of class   | 
attr(x, 'hits')
an integer vector
Spencer Graves
RSiteSearch.function
unionRSiteSearch
intersectRSiteSearch
1 2 3  | des1 <- RSiteSearch.function('differential equations', 1)
all.equal(hits(des1), attr(des1, 'hits'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.