Retrieves session settings
pa_get_settings.Rd
It allows to override specific settings, without changing environment variables.
Examples
pa_set(
base_url = "https://plausible.io/",
site_id = "example.com",
key = "actual_key_here"
)
pa_get_settings()
## It allows to override specific settings, without changing environment variables
pa_get_settings(site_id = "notexample.com")