get_french_data_list: Get list of files available on Kenneth's French data library...

Description Usage Arguments Value Examples

View source: R/french_data_list.R

Description

Extract the list of files along with a description and links to them and additional information from the data library page of Prof. Kenneth French website.

Usage

1
get_french_data_list(max_tries = 3, refresh = FALSE)

Arguments

max_tries

a number defining the maximum number of tries to perform when downloading the page.

refresh

logical. If TRUE re-downloads the page and overwrites the cached information. Otherwise use the cached data if a download has been done in the current session.

Value

An object of class french_data_list with the following elements:

Examples

1
2
files_list <- get_french_data_list()
files_list

frenchdata documentation built on Sept. 10, 2021, 5:08 p.m.