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

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

java - Does anyone know the name of this "LookAndFeel"? -