View source: R/csvConversion.R
| csvToRMM | R Documentation | 
Takes user-input .csv file and converts it to a rangeModelMetaData ('rmm') object.
csvToRMM(csv, family = NULL)
| 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  | 
See Examples.
An rmm object that was read from the supplied .csv text file.
Hannah Owens <hannah.owens@gmail.com>
Other csvConversion: 
cleanForCSV(),
rmmToCSV()
csv <- "somePathOnYourMachine/rmm_example.csv";
## Not run: temp <- csvToRMM(csv);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.