Displaying 1 result from an estimated 1 matches for "htdigrun1".
2004 Nov 24
2
an R function to search on Prof. Baron's site
...g up the
query string!):
RSiteSearch <- function(string, restrict="Rhelp", format="long",
sortby="score", matchesPerPage=10) {
URL <- "http://finzi.psych.upenn.edu/cgi-bin/htsearch"
qstring <- paste(URL, "?config=htdigrun1", sep="")
## replace spaces with "%20" in the query
string <- paste("words=", gsub(" ", "%20", string), sep="")
mpp <- paste("matchesperpage=", matchesPerPage, sep="")
format <- charmatch(...