Description Usage Arguments Value Examples
View source: R/create-metrics.R
Given a metric tbl and an Rmd file, turn into a named list of metric objects
1 | create_metrics(..., rmd_file = NULL)
|
... |
One or more metric tables in wide metric format: one column for each metric. |
rmd_file |
The Rmd file that generated the compact metrics, which has documentation for the metrics and dimensions stored in the YAML front matter. If no Rmd file is given, it uses the currently running one. |
A named list of metric objects. Each of these has both the data and the metadata (documentation, dimensions, owner, etc) to make an interactive visualization.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.