Learn R Programming

frenchdata (version 0.2.0)

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

Description

Prints an object of class french_data_list

Usage

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

Run this code
# NOT RUN {
files_list <- get_french_data_list()
print(files_list)
files_list
# }

Run the code above in your browser using DataLab