The R Project SVN R-packages

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

library(XML)

opts = xpathSApply(doc, "//p[@class='level0']/a[@name]/following-sibling::span[@class='nroffip']/text()", xmlValue)
opts = tolower(gsub("_", ".", gsub("CURLOPT_", "", opts)))

library(RCurl)
actual = listCurlOptions()