View source: R/read_gt3x_dev_external_compare.R
dev_external_compare | R Documentation |
read_gt3x
gives equivalent output using dev and
external parsersVerify read_gt3x
gives equivalent output using dev and
external parsers
dev_external_compare(file, time = FALSE, verbose = FALSE)
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? |
If time = FALSE
(default), a logical scalar is returned,
indicating whether the outputs matched. If time = TRUE
, run times
are returned for both parsers.
This is intended to be run after verifying that output from the dev
parser matches the legacy parser (see legacy_dev_compare
).
The latter is very slow, so this setup allows only having to run it once.
file_3x <- system.file( "extdata", "example.gt3x", package = "AGread" ) dev_external_compare(file_3x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.