is_valid_entity_id {consibiocloudclient} | R Documentation |
Is valid entity ID
Description
Is valid entity ID
Usage
is_valid_entity_id(entity_id = NULL, type = NULL)
Arguments
entity_id |
The entity ID |
type |
The type of the entity ID. Default is 'project' (will just change the halt error message) |
Value
TRUE if the entity ID is valid, FALSE otherwise
Examples
## Not run:
is_valid_entity_id("123456", "project")
## End(Not run)
[Package consibiocloudclient version 1.0.0 Index]