Skip to contents

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