csvToRMM {rangeModelMetadata} | R Documentation |
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)
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 |
Details
See Examples.
Value
An rmm
object that was read from the supplied .csv text file.
Author(s)
Hannah Owens <hannah.owens@gmail.com>
See Also
Other csvConversion:
cleanForCSV()
,
rmmToCSV()
Examples
csv <- "somePathOnYourMachine/rmm_example.csv";
## Not run: temp <- csvToRMM(csv);
[Package rangeModelMetadata version 0.1.5 Index]