Skip to contents

read csv data file exported by Sebastian Schimmelpfennig from db2

Usage

read_csv(
  file,
  header = TRUE,
  fileEncoding = "UTF-8",
  skip = 2,
  dec = ".",
  sep = "\t",
  na.strings = "(null)"
)

Arguments

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)"