Skip to contents

Get stats for a given page by time period

Usage

pa_get_page_timeseries(period = "30d", page)

Arguments

period

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

limit

Limit the number of results. Defaults to 100.

Value

A data frame.

Examples

if (FALSE) {
pa_get_page_timeseries(period = "6mo", page = "/")
}