R/RSiteSearch.function.R

Defines functions RSiteSearch.function

Documented in RSiteSearch.function

RSiteSearch.function <- function(string, maxPages = 10, sort.=NULL,
                                 quiet = FALSE, ...) {
  AnSort <- findFn(string, maxPages, sortby=sort., verbose=2*!quiet)
# hopefully, this will fix a problem with this function
# under R 2.10.1
  class(AnSort) <- c("RSiteSearch", "data.frame")
  AnSort
}

Try the RSiteSearch package in your browser

Any scripts or data that you put into this service are public.

RSiteSearch documentation built on May 2, 2019, 5:45 p.m.