read_csv: read csv data file exported by Sebastian Schimmelpfennig from...

View source: R/prepare_functions.R

read_csvR Documentation

read csv data file exported by Sebastian Schimmelpfennig from db2

Description

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


KWB-R/dwc.wells documentation built on July 13, 2022, 9:36 p.m.