DEV/scripts/ppr_crops_obic.R

# Script to modify crops.obic

  # load package
  library(data.table)

  # Load crops.obic (copied csv from pandex)
  crops.obic <- pandex::crops.obic

  # update the Rdata file
  usethis::use_data(crops.obic,version = 3, overwrite = TRUE, compress = 'xz')
  devtools::document()
  
AgroCares/Open-Bodem-Index-Calculator documentation built on Sept. 13, 2024, 10:08 p.m.