guessSeparator | R Documentation |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.