View source: R/read_gt3x_legacy_dev_compare.R
legacy_dev_compare | R Documentation |
read_gt3x
gives equivalent output using legacy and dev
parsersVerify read_gt3x
gives equivalent output using legacy and dev
parsers
legacy_dev_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.
file_3x <- system.file( "extdata", "example.gt3x", package = "AGread" ) legacy_dev_compare(file_3x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.