This converts a water class to a dataframe with individual columns for each slot (water quality parameter) in the water. This is useful for one-off checks and is applied in all fn_once tidywater functions. For typical applications, there may be a fn_once tidywater function that provides a more efficient solution.
convert_water(water)
Arguments
water: A water class object
Returns
A data frame containing columns for all non-NA water slots.