powered by
reads the contents of a Campbell Scientific table-orientad ASCII format 5 (TOA5) into a data frame, columns are named after the TOA5 vribale names
read.toa5(file)
data.frame
name (and path if necessary) of the file to read
Clemens Druee
Campbell Scientific CR3000 data logger manual
dat <- read.toa5(system.file("extdata", "example.dat", package="readmet")) dat$time <- as.POSIXct(dat$TIMESTAMP) plot (dat$time, dat$AirTC_Avg)
Run the code above in your browser using DataLab