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

Description Usage Arguments Value Examples

View source: R/french_data_list.R

Description

Prints an object of class french_data_list

Usage

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

Arguments

x

an object of class french_data_list

...

other arguments passed to print()

Value

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

Examples

1
2
3
files_list <- get_french_data_list()
print(files_list)
files_list

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