powered by
Determine if the object is a valid ID
is_id(x)
TRUE if x is a valid ID, FALSE otherwise
an object, to be determined if it is a valid ID
Richèl J.C. Bilderbeek
to check multiple IDs, use are_ids
check_empty_beautier_folder() # TRUE is_id("anthus_aco") is_id(3) # FALSE is_id(ape::rcoal(3)) is_id(NULL) is_id(NA) check_empty_beautier_folder()
Run the code above in your browser using DataLab