Send Request to Plausible for Data

get_data(url, TOKEN)

Arguments

url

A character string specifying the URL to send the request to.

TOKEN

A character string specifying the authentication token.

Value

A list of results from the request.

Examples

if (FALSE) { # \dontrun{
country_data <- get_data(country_url, token = "MY_TOKEN")
} # }