nes_ingest {nesRdata}R Documentation

Ingest flat files

Description

Ingest data from component flat files

Usage

nes_ingest(version_id, folder = NA, skip = NA)

Arguments

version_id

character nes version string

folder

file.path to data folder. optional.

skip

numeric vector of lines to skip on file read. optional.

Examples

## Not run: 
nes_ingest("1")

## End(Not run)


[Package nesRdata version 0.3.1 Index]