View source: R/prepare_functions.R
read_csv | R Documentation |
read csv data file exported by Sebastian Schimmelpfennig from db2
read_csv( file, header = TRUE, fileEncoding = "UTF-8", skip = 2, dec = ".", sep = "\t", na.strings = "(null)" )
file |
path to csv file |
header |
logical, default = TRUE |
fileEncoding |
default = UTF-8 |
skip |
number of rows to skip, default = 2 |
dec |
decimal separator, default = '.' |
sep |
columns separator, default = 'tab' |
na.strings |
string that represents NA, default = "(null)" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.