R/parse.R
guessSeparator.Rd
Guess Column Separator Used in File
guessSeparator(csvFile, n = 10, separators = c(";", ",", "\t"))
full path to text file containing 'comma separated values'
number of first lines in the file to be looked at
vector of possible column separator characters the file is to be checked for