View source: R/create_line_chart.R
create_line_chart | R Documentation |
create a rolling mean line chart
create_line_chart(data, id_selected, metric_1, metric_2)
data |
A dataframe to create the line chart from |
id_selected |
Participant ID selected to filter the line chart by |
metric_1 |
The first metric to show in the line chart |
metric_2 |
The second metric to show in the line chart |
a ggplot line chart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.