R/generateNAsUsingSL.R
generateNAsUsingSL.Rd
Generate NAs in samples using Species List information
generateNAsUsingSL(
RDBESDataObject,
targetAphiaId,
overwriteSampled = TRUE,
validate = TRUE,
verbose = FALSE,
strict = TRUE
)
An RDBESDataObject.
a vector of aphiaId.
(Optional) should SAtotalWtMes and SAsampWtMes be set to 0 if spp recorded but absent from SL? The default is TRUE.
(Optional) Set to TRUE if you want validation to be carried out. The default if TRUE.
(Optional) Set to TRUE if you want informative text on validation printed out, or FALSE if you don't. The default is FALSE.
(Optional) This function can validate its input data - should the validation be strict? The default is TRUE.
RDBES data object where SA was complemented with NAs for species not looked for (sensu in SL)
# To be added