p_data {pacman} | R Documentation |
Generate a script of all data sets contained in package.
p_data(package = "datasets", static = FALSE)
package |
name of package (default is the base install datasets package). |
static |
logical. If |
Returns the data sets of a package as a data.frame
.
(static = FALSE
) or as a static text file (static = TRUE
).
p_data()
p_data(lattice)
## Not run:
p_data(static=TRUE)
## End(Not run)