legacy_dev_compare: Verify 'read_gt3x' gives equivalent output using legacy and...

View source: R/read_gt3x_legacy_dev_compare.R

legacy_dev_compareR Documentation

Verify read_gt3x gives equivalent output using legacy and dev parsers

Description

Verify read_gt3x gives equivalent output using legacy and dev parsers

Usage

legacy_dev_compare(file, time = FALSE, verbose = FALSE)

Arguments

file

path to the gt3x file for use in comparing the parsers

time

logical. Should timing information be returned?

verbose

logical. Print updates to console?

Value

If time = FALSE (default), a logical scalar is returned, indicating whether the outputs matched. If time = TRUE, run times are returned for both parsers.

Examples


file_3x <- system.file(
  "extdata", "example.gt3x", package = "AGread"
)
legacy_dev_compare(file_3x)


AGread documentation built on Sept. 13, 2022, 5:06 p.m.