An R6 mapping type for configuring various “parameters”.
Essentially, serves as a nested map where the inner map is a
ScalarMap:
{<param>: {<key>: <value>}}
Super class
tiledbsoma::MappingBase -> ConfigList
Methods
Inherited methods
Method get()
Usage
ConfigList$get(param, key = NULL, default = quote(expr = ))Arguments
paramOuter key or “parameter” to fetch
keyInner key to fetch; pass
NULLto return the map forparamdefaultDefault value to fetch if
keyis not found; defaults toNULL
Method set()
Arguments
paramOuter key or “parameter” to set
keyInner key to set
valueValue to add for
key, orNULLto remove the entry forkey; optionally provide onlyparamandvalueas aScalarMapto updateparamwith the keys and values fromvalue