Minor translation updates
This commit is contained in:
parent
eafb6f68be
commit
17f59edd70
|
|
@ -730,7 +730,7 @@ generate_field_alerts <- function(field_details_table) {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check for required columns
|
# Check for required columns
|
||||||
required_cols <- c("Field", "Field Size (hectares)", "Growth Uniformity", "Yield Forecast (t/ha)",
|
required_cols <- c("Field", "Field Size (acres)", "Growth Uniformity", "Yield Forecast (t/ha)",
|
||||||
"Gap Score", "Decline Risk", "Patchiness Risk", "Mean CI", "CV Value", "Moran's I")
|
"Gap Score", "Decline Risk", "Patchiness Risk", "Mean CI", "CV Value", "Moran's I")
|
||||||
missing_cols <- setdiff(required_cols, colnames(field_details_table))
|
missing_cols <- setdiff(required_cols, colnames(field_details_table))
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue