get_symbol: This function detects the delim from a csv file

Description Usage Arguments Value Examples

Description

This function detects the delim from a csv file

Usage

1

Arguments

file

The file with the content to check

Value

The symbol as character that split the columns

Examples

1
2
3
library(dataesgobr)
file <- system.file("extdata", "fichero.csv", package="dataesgobr")
symbol <- get_symbol(file)

dataesgobr documentation built on June 18, 2019, 5:04 p.m.