# Toy data
cars$Plot <- c("A", "B")
fd <- ffi_compute_fluxes(cars, "Plot", "speed", "dist")
x <- ffi_qaqc(fd, group_column = "Plot", output_dir = tempdir())
file.remove(x) # clean up
# See the introductory vignette for a fully-worked example with real data
Run the code above in your browser using DataLab