print.french_dataset: Generic print method for objects of class 'french_dataset'

Description Usage Arguments Value Examples

View source: R/download_french_data.R

Description

Prints an object of class french_dataset

Usage

1
2
## S3 method for class 'french_dataset'
print(x, ...)

Arguments

x

an object of class french_dataset

...

other arguments passed to print()

Value

Return a tbl_df/data.frame class object from the subsets element of x.

Examples

1
2
3
ff_3f <- download_french_data('Fama/French 3 Factors')
print(ff_3f)
ff_3f

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