count_pesticide_applications {SoilManageR}R Documentation

Count number of pesticide applications

Description

Counts the number of pesticide applications in the management dataframe. Besides, seperate counts of herbicide, fungicide and insecticide applications are provided.

Usage

count_pesticide_applications(var_management_df)

Arguments

var_management_df

management dataframe

Value

list with two tibbles: yearly and cropwise counts of pesticide applications

Examples

# count pesticide applications in the EXAMPLE_data
count_pesticide_applications(EXAMPLE_data)


[Package SoilManageR version 1.1.0 Index]