Learn R Programming

frenchdata (version 0.2.0)

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

Description

Prints an object of class french_dataset

Usage

# S3 method for 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

Run this code
# NOT RUN {
ff_3f <- download_french_data('Fama/French 3 Factors')
print(ff_3f)
ff_3f
# }

Run the code above in your browser using DataLab