timeseries_plot: Visualize a single metric

View source: R/viz-functions.R

timeseries_plotR Documentation

Visualize a single metric

Description

Show a metric plotted over time as a line chart.

Usage

timeseries_plot(metric_df, theme = "default")

Arguments

metric_df

A dataframe with the following columns: asset_id (chr), time (date or dttm), value (dbl), name (chr)

Value

A link to an image showing a visualization of the metric included.

A link a line plot, themed.

Examples

## Not run: 
return_3news_snippets(metric_df)

## End(Not run)


jupitertrades/tabletotext documentation built on Oct. 31, 2022, 5:47 p.m.