# Read a Licor file, split it into chunks according to the `species` column,
# and count the number of measurements for each species
licor_file <- read_gasex_file(
PhotoGEA_example_file_path('ball_berry_1.xlsx')
)
by(licor_file, licor_file[, 'species'], nrow)
Run the code above in your browser using DataLab