Learn R Programming

dataesgobr (version 1.0.0)

get_symbol: This function detects the delim from a csv file

Description

This function detects the delim from a csv file

Usage

get_symbol(file)

Arguments

file

The file with the content to check

Value

The symbol as character that split the columns

Examples

Run this code
# 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