dipr_examples: Get path to dipr example files

dipr_examplesR Documentation

Get path to dipr example files

Description

dipr provides an example of compressed fixed width file and a data dictionary. This data is from the dplyr package and contains no real personal information. These functions are modelled heavily of similar functions in the vroom package.

Usage

dipr_examples()

dipr_example(path)

Arguments

path

A path to the data file

Examples


## Get all available data files
dipr_examples()

## Use that to find the path to a file
dipr_example("starwars-dict.txt")

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