View source: R/read_csv_file.R
read_csv_file | R Documentation |
Read Data Frame From CSV File
read_csv_file( file, sep = get_column_separator(), dec = ",", encoding = "UTF-8", na.strings = "", ..., remove_comments = TRUE, set_empty_string_to_na = FALSE, dbg = 1L )
file |
path to csv file |
sep |
Column separator character. Default: semicolon ";" |
dec |
Decimal separator character. Default: comma "," |
encoding |
file encoding string. Default: "UTF-8". Possible other value: "unknown" |
na.strings |
strings occurring in the files representing NA (not available). Default: "" |
... |
further arguments passed to
|
remove_comments |
Should rows starting with "#" be removed (the default)? |
set_empty_string_to_na |
if |
dbg |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.