maf_data_pool_unique_name_is_available: Check availability of a name in the data pool

View source: R/class_maf_data_pool.R

maf_data_pool_unique_name_is_availableR Documentation

Check availability of a name in the data pool

Description

Checks if a particular 'unique_name' is already being used by an object in the some data pool.

Usage

maf_data_pool_unique_name_is_available(maf_data_pool, unique_name)

Arguments

maf_data_pool

The data pool of interest (maf_data_pool)

unique_name

some string you want to check is not currently used as the 'unique_name' of any object in the datapool (string).

Value

TRUE/FALSE depending on whether the unique_name is available (logical)


CCICB/CRUX documentation built on Jan. 28, 2024, 10:12 p.m.