# locate example profile file:
vpfile <- system.file("extdata", "profile.h5", package = "bioRad")
# print the local path of the profile file:
vpfile
# load the file:
read_vpfiles(vpfile)
# to load multiple files at once:
read_vpfiles(c(vpfile, vpfile))
Run the code above in your browser using DataLab