Hi,

from the documentation of help.search I think that fields like "concept"
and "keywords" in the R help database exists. How can I access them from R?

If I do

> help<-help.search("blabla")
> colnames(help$matches)
[1] "topic"   "title"   "Package" "LibPath"

then I get back only back these 4 fields.

Thanks Sigbert

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to