Learn R Programming

SoilManageR (version 1.0.1)

arrange_management_df: 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)

Value

a rearranged management_df

Arguments

var_MGMT_data

management_df to be arranged

include.combination

logical, if the combinations should considered Default is TRUE

Examples

Run this code
#rearrange EXAMPLE data
arrange_management_df(EXAMPLE_data)

Run the code above in your browser using DataLab