FFlist scrapes Kenneth French's data library and returns a
data frame (or tibble) of available datasets with their names and download URLs.
This replaces the listsave workaround in FFdownload and
makes the dataset inventory directly usable with dplyr::filter() or
View().
Value
A data frame (or tibble if the tibble package is available) with columns:
- name
Dataset name, as used in
inputlistand as key in theFFdatalist (without the leadingx_prefix and without the_CSV.zipsuffix).- file_url
Full HTTPS URL of the zip file.
- is_daily
Logical flag indicating whether the dataset contains daily data. Only present when
exclude_daily = FALSE.
