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

View source: R/download_french_data.R

print.french_datasetR 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


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