Retrieve settings for the session.
cc_get_settings.Rd
Typically set with `cc_set()`.
Usage
cc_get_settings(
start_date = NULL,
end_date = NULL,
fb_user_token = NULL,
fb_page_token = NULL,
fb_page_id = NULL,
fb_business_id = NULL,
fb_ad_account_id = NULL,
fb_product_catalog_id = NULL,
fb_user_id = NULL,
ig_user_id = NULL,
ga_email = NULL,
ga_property_id = NULL
)
Examples
# \donttest{
if (interactive()) {
dates_l <- cc_get_settings()
dates_l
}
# }