Guess Column Separator Used in File
guessSeparator(csvFile, n = 10, separators = c(";", ",", "\t"))
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 |