Skip to contents

This function returns a list of internal functions defined within the 'repometrics' package. These internal functions are not intended to be called directly, rather this list is provided for information only, to enable users to know which metrics are implemented.

Usage

rm_chaoss_metrics_list()

Value

A data.frame with two columns:

  1. "fn_names", with the internal function names of all implemented CHAOSS metrics.

  2. "url", with the URL to the CHAOSS community web page describing that metric.

Note

Metrics have been adapted in this package, and so may not precisely reflect the descriptions provided in the CHAOSS community web pages linked to in the URLs from this function. Adaptations have in particular been implemented to align metrics with their usage in aggregate "models".

Examples

metrics <- rm_chaoss_metrics_list ()