arrange_management_df: arrange management_df by date, category

View source: R/arrange_management_df.R

arrange_management_dfR Documentation

arrange management_df by date, category

Description

the funciton arranges the management_df by date and by category of operations. The order of the operations is harvest, fertilizer_application,crop_protection, tillage, sowing, irrigation, other

Usage

arrange_management_df(var_MGMT_data, include.combination = TRUE)

Arguments

var_MGMT_data

management_df to be arranged

include.combination

logical, if the combinations should considered Default is TRUE

Value

a rearranged management_df

Examples

#rearrange EXAMPLE data
arrange_management_df(EXAMPLE_data)


SoilManageR documentation built on June 8, 2025, 9:36 p.m.