Summarize Soil Data
summarizeSoil.Rd
This function takes a tibble containing soil data, performs data summarization, and returns a formatted and summarized tibble.
Detalles
This function performs the following steps:
Removes rows with missing values.
Excludes certain columns from the analysis.
Calculates mean, standard deviation, and standard error for numeric columns.
Pivots the data into a long format.
Renames columns for clarity.
Pivots the data back to a wider format.
Rounds numeric columns to three decimal places.