powered by
This function detects the delim from a csv file
get_symbol(file)
The file with the content to check
The symbol as character that split the columns
# NOT RUN { library(dataesgobr) file <- system.file("extdata", "fichero.csv", package="dataesgobr") symbol <- get_symbol(file) # }
Run the code above in your browser using DataLab