
Retrieve settings for the session.
cc_get_settings.RdTypically set with `cc_set()`.
Usage
cc_get_settings(
meta_api_version = NULL,
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,
woocommerce_api_version = NULL,
woocommerce_username = NULL,
woocommerce_password = NULL
)Examples
# \donttest{
if (interactive()) {
dates_l <- cc_get_settings()
dates_l
}
# }