You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where baitUse is neither FALSE or TRUE, but NA, resulting in an "NA" text value being returned by paste0(). We should handle the case where baitUse is NA:
TRUE: "camera trap with bait",
FALSE: "camera trap without bait"
NA: "camera trap"
The text was updated successfully, but these errors were encountered:
Event remarks
NA
This is likely caused by
write_dwc()
:camtrapdp/R/write_dwc.R
Lines 148 to 152 in 56b34e6
Where
baitUse
is neither FALSE or TRUE, but NA, resulting in an"NA"
text value being returned bypaste0()
. We should handle the case wherebaitUse
is NA:The text was updated successfully, but these errors were encountered: