View source: R/bf_parse_show_info.R
| bf_parse_show_info | R Documentation |
showinfParse output from showinf
bf_parse_show_info(file)
file |
Output from |
A list of output
file = "~/Downloads/2017_08_03__0006.czi"
if (file.exists(file)) {
res = showinf(file = file)
parsed = bf_parse_show_info(res)
res = showinf(file = file, debug = TRUE)
parsed2 = bf_parse_show_info(res)
testthat::expect_equal(parsed2$core, parsed$core)
testthat::expect_equal(parsed2$`series #0`, parsed$`series #0`)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.