# We read a CSV file previously downloaded from a YoctoMeteo module.
file.name <-
system.file("extdata", "yoctopuce-data.csv",
package = "photobiologyInOut", mustWork = TRUE)
yoctopc.tb <- read_yoctopuce_csv(file = file.name)
yoctopc.tb
cat(comment(yoctopc.tb))
Run the code above in your browser using DataLab