qc_soil_texture calculates the USDA soil texture classification and add a new column to stand_md. But the column added is a list not a vector, which causes an error when trying to write the csv of stand_md in the Lvl_1 folder.
Problem is in line 80 of qc_unit_transformations.R file
qc_soil_texture
calculates the USDA soil texture classification and add a new column to stand_md. But the column added is a list not a vector, which causes an error when trying to write the csv of stand_md in the Lvl_1 folder.Problem is in line 80 of qc_unit_transformations.R file
Working on a fix