Skip to contents

Get aggregated stats for a given page

Usage

pa_get_page_aggregate(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_aggregate(period = "6mo", page = "/")
} # }