browse_details_page: Browse the details webpage of a Kenneth's French data set

Description Usage Arguments Value Examples

View source: R/download_french_data.R

Description

Opens the details webpage of a data set on the default browser.

Usage

1

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

1
2
3
4
if(interactive()){
  ff_3f <- download_french_data('Fama/French 3 Factors')
  browse_details_page(ff_3f)
}

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