Learn R Programming

pkgstats (version 0.1.1)

pkgstats_summary: Condense the output of pkgstats to summary statistics only

Description

Condense the output of pkgstats to summary statistics only

Usage

pkgstats_summary(s = NULL)

Arguments

s

Output of pkgstats, containing full statistical data on one package. Default of NULL returns a single row with NA values (used in pkgstats_from_archive).

Value

Summarised version of s, as a single row of a standardised data.frame object

See Also

Other stats: desc_stats(), loc_stats(), pkgstats(), rd_stats()

Examples

Run this code
# NOT RUN {
f <- system.file ("extdata", "pkgstats_9.9.tar.gz", package = "pkgstats")
# }
# NOT RUN {
p <- pkgstats (f)
s <- pkgstats_summary (p)
# }

Run the code above in your browser using DataLab