R/new.R
new_mtoolr.Rd
This is the internal object constructor for the mtoolr package. The user should generally not have to engage with it.
new_mtoolr(x = list(), aggregated = logical(), concepts = NULL)
A list object passing `is_valid_mtool_edgelist`
A boolean - is the object aggregated?
An optional list of unique concepts in the mental model. Present to guard against the case of isolates after aggregation.