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

View source: R/download_french_data.R

browse_details_pageR Documentation

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

Description

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

Usage

browse_details_page(fds)

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


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



nareal/frenchdata documentation built on March 25, 2024, 12:57 p.m.