Description Usage Arguments Value
View source: R/fillCountrySpecificSeedRate.R
Fill country specific seed rates
1 2 3  | fillCountrySpecificSeedRate(data, countryVariable = "geographicAreaM49",
  commodityVariable = "measuredItemCPC",
  countrySpecificData = getCountrySpecificSeedRate())
 | 
data | 
 The seed data.table, typically as produced by a call to getAreaData.  | 
countryVariable | 
 The column name of data that specifies the country code variable. This is needed to join with the table from the database.  | 
commodityVariable | 
 The column name of data that specifies the commodity code variable. This is needed to join with the table from the database.  | 
countrySpecificData | 
 A data.table with data describing seed rates for each country.  | 
No value is returned. Instead, seed rates (from countrySpecificData) are appended onto data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.