print.french_dataset {frenchdata}R Documentation

Generic print method for objects of class french_dataset

Description

Prints an object of class french_dataset

Usage

## 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


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


[Package frenchdata version 0.2.0 Index]