View source: R/class_maf_data_pool.R
maf_data_pool_unique_name_is_available | R Documentation |
Checks if a particular 'unique_name' is already being used by an object in the some data pool.
maf_data_pool_unique_name_is_available(maf_data_pool, unique_name)
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). |
TRUE/FALSE depending on whether the unique_name is available (logical)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.