read_gp1: read GP-1 output file into tidy tibble

Description Usage Arguments Value Examples

View source: R/read-gp1.R

Description

read GP-1 output file into tidy tibble

Usage

1
read_gp1(file, all_fields = FALSE)

Arguments

file

<chr> path to results file

all_fields

<lgl> should all fields be included? Defaults to FALSE.

Value

tibble() with the following cols:

if all_fields = TRUE:

Examples

1
2
3
file <- gp1_example('gp1-example1.txt')
read_gp1(file)
read_gp1(file, all_fields = TRUE)

npjc/readgp1 documentation built on Oct. 21, 2019, 4:58 p.m.