Description Usage Arguments See Also
Calculate metrics and write them to a CSV file
1 2 | package_metrics_csv(package, file, version = NULL,
metrics = names(list_package_metrics()), source = NULL)
|
package |
Package name, character scalar. |
file |
Output file name. |
version |
Version number, character scalar. If |
metrics |
The ids of the metrics to calculate. The default is to calculate all implemented metrics. |
source |
Where to get the package sources. CRAN and BioC packages are found automatically, others need to be specified. |
package_metrics
to calculate the metrics,
without writing them to a file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.