Get an Emission Risk Row from a Country ID
get_emission_risk_edit_row.Rd
Get an emission risk row for a given country ID. This function retrieves the row from the emissionRiskFactors dataset and returns it as a tibble. If the row does not exist, it creates a new one.
Usage
get_emission_risk_edit_row(
country_id,
emissionRiskFactors,
disease,
animal_category,
species,
new_joker = FALSE
)