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

View source: R/french_data_list.R

print.french_data_listR Documentation

Generic print method for objects of class french_data_list

Description

Prints an object of class french_data_list

Usage

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


files_list <- get_french_data_list()
print(files_list)
files_list


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