get_data.Rd
Send Request to Plausible for Data
get_data(url, TOKEN)
A character string specifying the URL to send the request to.
A character string specifying the authentication token.
A list of results from the request.
if (FALSE) { # \dontrun{ country_data <- get_data(country_url, token = "MY_TOKEN") } # }