| read_tbl | R Documentation | 
Efficiently read tabular data from CSV files or Excel worksheets.
read_tbl(file, ..., verbose = getOption("verbose"))
file | 
 name of a .csv, .xls, or .xlsx file  | 
... | 
 further arguments to read_csv or read_xls  | 
verbose | 
 whether to print status messages  | 
a tbl_df
In contrast to read.csv, stringsAsFactors and
check.names are effectively FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.