guessSeparator: Guess Column Separator Used in File

View source: R/parse.R

guessSeparatorR Documentation

Guess Column Separator Used in File

Description

Guess Column Separator Used in File

Usage

guessSeparator(csvFile, n = 10, separators = c(";", ",", "\t"))

Arguments

csvFile

full path to text file containing 'comma separated values'

n

number of first lines in the file to be looked at

separators

vector of possible column separator characters the file is to be checked for


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.