Browse the details webpage of a Kenneth's French data set
Source:R/download_french_data.R
browse_details_page.Rd
Opens the details webpage of a data set on the default browser.
Arguments
- fds
an object of class
french_dataset
Value
Does not return a value. Opens the details webpage of a data set on the default browser window.
Examples
# \donttest{
if(interactive()){
ff_3f <- download_french_data('Fama/French 3 Factors')
browse_details_page(ff_3f)
}
# }