| V2StachUtilities | R Documentation | 
The purpose of this class is to provide the helper methods
GetMappingObject()Helper method for getting the value corresponding to the given key from the object.
V2StachUtilities$GetMappingObject(objectMap, key, keyname = "key")
objectMapMapping object value
keyMapping object corresponding key value
keynameMapping object corresponding key name
Returns the value corresponding to the given key from the object
ValueToString()Helper method for converting value to string
V2StachUtilities$ValueToString(value)
valueValue that should be converted to string
Returns the value by converting corresponding value to string
clone()The objects of this class are cloneable with this method.
V2StachUtilities$clone(deep = FALSE)
deepWhether to make a deep clone.
## Not run: 
package <- 'Stach data which is converted into RowOrganized Package'
tableData <-
V2StachUtilities$public_methods$GetMappingObject(package$tables,
primaryTableId)$value
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.