# Reload example_vp from package (e.g. in case it was altered)
data(example_vp)
# Get summary info
example_vp
# example_vp was created with
if (FALSE) {
vpfile <- system.file("extdata", "profile.h5", package = "bioRad")
example_vp <- read_vpfiles(vpfile)
save(example_vp, file = "data/example_vp.rda")
}
Run the code above in your browser using DataLab