Skip to contents

Get stats for a given page by time period

Usage

pa_get_page_timeseries(page, period = "30d", limit = 100)

Arguments

period

Period to include in the analysis, defaults to "30d". See examples as well as the the official documentation for valid time periods values.

limit

Limit the number of results. Defaults to 100.

Value

A data frame.

Examples

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