powered by
Reads flat files: either csv or excel
read_xcsv(file, sheet = NULL, verbose = FALSE)
data.frame from flatfile
data.frame
The file path that points to either a csv or excel file ending in csv, xls, xlsx, or xlsm
For excel files, the sheet name as a string or number as an integer
A boolean to specify whether to print warnings
Reads csv or excel files with the suffixes csv, xls, xlsx, xlsm
read_xcsv("https://raw.githubusercontent.com/paladinic/data/main/ecomm_data.csv")
Run the code above in your browser using DataLab