read_xcsv | R Documentation |
Reads flat files: either csv or excel
read_xcsv(file, sheet = NULL, verbose = FALSE)
file |
The file path that points to either a csv or excel file ending in csv, xls, xlsx, or xlsm |
sheet |
For excel files, the sheet name as a string or number as an integer |
verbose |
A boolean to specify whether to print warnings |
Reads csv or excel files with the suffixes csv, xls, xlsx, xlsm
data.frame
from flatfile
read_xcsv("https://raw.githubusercontent.com/paladinic/data/main/ecomm_data.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.