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
Post a Comment