PeekIntoFile: PeekIntoFile Investigates the format of a delimiter separated...

View source: R/PeekIntoFile.R

PeekIntoFileR Documentation

PeekIntoFile Investigates the format of a delimiter separated file.

Description

PeekIntoFile Investigates the format of a delimiter separated file.

Usage

PeekIntoFile(File, GetSpec = FALSE, ...)

Arguments

File

The name of the file to investigate

GetSpec

Shall the function return a col_spec object or the data?

...

Additional arguments handed over to vroom::vroom.

Value

Depending on GetSpec the column specification (which is an extended object of class col_spec with additional fields), the data frame (as returned from vroom).


SigurdJanson/shinyCSVImpoMod documentation built on Jan. 5, 2023, 3:57 a.m.