read_nflt: Read data dictionaries in nflt format

View source: R/read-dict.R

read_nfltR Documentation

Read data dictionaries in nflt format

Description

This function will be quite fragile to changes in the data format. It assumes four columns

Usage

read_nflt(path, comment = "/*", ...)

Arguments

path

Either a path to a file, a connection, or literal data (either a single string or a raw vector).

comment

A string used to identify comments. Any text after the comment characters will be silently ignored. Default "/*", which is used in some nflt files.

...

arguments passed on to readr::read_delim()


bcgov/dipr documentation built on June 1, 2022, 12:32 p.m.