count_pesticide_applications: Count number of pesticide applications

View source: R/count_pesticide_applications.R

count_pesticide_applicationsR 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)


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