read_csv | R Documentation |
Read Data from CSV File
read_csv(file, sep = ";", version = 2, fileEncoding = NULL, ...)
file |
path to CSV file |
sep |
column separator |
version |
determines which function to use for reading the CSV file
1: |
fileEncoding |
passed to |
... |
further arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.