packages - In R: how to access the index in library(help = "pcks_name")? -



packages - In R: how to access the index in library(help = "pcks_name")? -

i access list of functions , descriptions given in library(help = "pcks_name")

my ideal have list exported file (txt, html, pdf).

thanks.

you do

res <- library(help="mass") class(res) <- "list"

and access res$info[[2]]

r packages

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -