Learn R Programming

lightr (version 1.0)

dispatch_parser: Internal function to dispatch files to the correct parser

Description

Internal function to dispatch files to the correct parser

Usage

dispatch_parser(filename, decimal = ".", sep = NULL)

Arguments

filename

Path of the file to parse

decimal

Character to be used to identify decimal plates (defaults to .).

sep

Column delimiting characters to be considered in addition to the default (which are: tab, space, and ";")