csvToRMM: Create rangeModelMetaData (`rmm`) object from a .csv File
Description
Takes user-input .csv file and converts it to a rangeModelMetaData (`rmm`) object.
Usage
csvToRMM(csv, family = NULL)
Value
An rmm object that was read from the supplied .csv text file.
Arguments
csv
A character file path to the csv file.
family
character string; specifies an application profile (use case) by specifying the families of entities that should be included. Specifying NULL includes all entities. Use rmmFamilies() to see supported values.