pa_get_timeseries.Rd
Get time series
pa_get_timeseries(period = "30d")
Period to include in the analysis, defaults to "30d". See examples as well as the the official documentation for valid values: https://plausible.io/docs/stats-api#time-periods
A data frame.
if (FALSE) { pa_get_timeseries(period = "6mo") pa_get_timeseries(period = "30d") pa_get_timeseries(period = "custom&date=2021-06-01,2021-06-07") }