is_valid_entity_id {consibiocloudclient} | R Documentation |
Is valid entity ID
is_valid_entity_id(entity_id = NULL, type = NULL)
entity_id |
The entity ID |
type |
The type of the entity ID. Default is 'project' (will just change the halt error message) |
TRUE if the entity ID is valid, FALSE otherwise
## Not run:
is_valid_entity_id("123456", "project")
## End(Not run)