Learn R Programming

consibiocloudclient (version 1.0.0)

is_valid_entity_id: Is valid entity ID

Description

Is valid entity ID

Usage

is_valid_entity_id(entity_id = NULL, type = NULL)

Value

TRUE if the entity ID is valid, FALSE otherwise

Arguments

entity_id

The entity ID

type

The type of the entity ID. Default is 'project' (will just change the halt error message)

Examples

Run this code
if (FALSE) {
is_valid_entity_id("123456", "project")
}

Run the code above in your browser using DataLab