Reads locally stored dated files, typically generated with `cc_get_fb_ads_by_date`
cc_read_fb_ads_by_date.Rd
Reads locally stored dated files, typically generated with `cc_get_fb_ads_by_date`
Arguments
- path
Path to dated files
- start_date
Defaults to NULL. If given, only files retrieved on this date or later are included. Input should be of date class, or on the YYYY-MM-DD format.
- end_date
Defaults to NULL. If given, only files retrieved on this date or sooner are included. Input should be of date class, or on the YYYY-MM-DD format.
Examples
if (FALSE) { # \dontrun{
if (interactive()) {
cc_read_fb_ads_by_date()
}
} # }