View source: R/plot_functions.R
create_study_timeline_plot | R Documentation |
Create Study Timeline Plot
create_study_timeline_plot( data, x, fill, facet, y = "Count", y_axis_text = NULL )
data |
A Tibble |
x |
A string that is the name of a column in the data |
fill |
A string that is the name of a column in the data |
facet |
A list of string that are names of columns in the data |
y |
A string that is the name of a column in the data |
y_axis_text |
A list of parameters to axis.text.y = ggplot2::element_text() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.