calc_seed_prices: Calc Seed Prices

Description Usage Arguments Value Examples

View source: R/calc_seed_prices.R

Description

Calc Seed Prices

Usage

1
2
3
4
5
calc_seed_prices(
  crop_data = croptimizer::crops,
  joja_member = FALSE,
  drop_cols = FALSE
)

Arguments

crop_data

data.frame containing crop data, defaults to the data contained in the croptimizer package

joja_member

logical specifying if you have the JojaMart membership

Value

data.frame containing crop_data with seed_price and source columns appended

Examples

1
2
3
4
5
fall_crops <-
filter_to_season(season = "fall", crop_data = croptimizer::crops)
calc_seed_prices(crop_data = fall_crops,
joja_member = FALSE,
drop_cols = TRUE)

aftonsteps/croptimizer documentation built on Jan. 28, 2021, 12:50 p.m.