Sometimes the holding indicator is a large ID number (e.g., 8552000023159205).
When using that as an holdingvar (say, IDvar) in createArgusInput, you get a warning:
In eval(jsub, SDenv, parent.frame()) :
NAs introduced by coercion to integer range
and in the metadata file (.rda) you get
IDvar NA "NA"
and argus will not work (second argument on that line should be an integer).
Perhaps check for integers when using a holding variable and issue a meaningful warning/error if not integers?
Sometimes the holding indicator is a large ID number (e.g.,
8552000023159205).When using that as an holdingvar (say,
IDvar) increateArgusInput, you get a warning:and in the metadata file (
.rda) you getIDvar NA "NA"and argus will not work (second argument on that line should be an integer).
Perhaps check for integers when using a holding variable and issue a meaningful warning/error if not integers?