We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
individual_local_identifier
Depending on what Apps the input data have passed through, the individual_local_identifier may be missing or something else, like individual.local.identifier, so this line will fail the whole app: https://github.com/nilanjanchatterjee/parturition/blob/main/RFunction.R#L100
individual.local.identifier
We should make this line more robust to error (setting the animal_id as blank or NULL if we can't find it)
animal_id
NULL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Depending on what Apps the input data have passed through, the
individual_local_identifier
may be missing or something else, likeindividual.local.identifier
, so this line will fail the whole app: https://github.com/nilanjanchatterjee/parturition/blob/main/RFunction.R#L100We should make this line more robust to error (setting the
animal_id
as blank orNULL
if we can't find it)The text was updated successfully, but these errors were encountered: