maf_data_pool_get_all_nonfunction_property_names: Get Colnames for maf_data_pool to data.frame conversion

View source: R/class_maf_data_pool.R

maf_data_pool_get_all_nonfunction_property_namesR Documentation

Get Colnames for maf_data_pool to data.frame conversion

Description

Gets the names of all maf_dataframe_wrapper properties that don't hold functions. This information is useful when converting to a data.frame which can't hold functions

Usage

maf_data_pool_get_all_nonfunction_property_names(maf_data_pool)

Arguments

maf_data_pool

data pool of interest (maf_data_pool)

Details

This function works by only looking at the first element in the list, which means if one day we change the constructor such that not all wrappers have the same set of properties, we may see unexpected behaviour. Since it is extremely unlikely this will change, I won't make this more robust for now. If I am wrong ... sorry future me :(

Value

a vector of list_within_list 'properties' that are not functions (character)


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