## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
eval = FALSE
)
## ----setup--------------------------------------------------------------------
# library(vprr)
## ----eval = TRUE-------------------------------------------------------------
aid <- read.table(file = system.file("extdata/COR2019002/autoid/bad_image_blurry/aid/sep20_2svmaid.d222.h04",
package = 'vprr', mustWork = TRUE))
head(aid)
aidmeas <- readLines(
system.file("extdata/COR2019002/autoid/bad_image_blurry/aidmea/sep20_2svmaid.mea.d222.h04",
package = 'vprr', mustWork = TRUE))
head(aidmeas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.