parse_NLMEHosts {Certara.RsNLME} | R Documentation |
Create NlmeParallelHost object from json file with host definition
Description
Create NlmeParallelHost object from json file with host definition
Usage
parse_NLMEHosts(nlme_hostPath)
Arguments
nlme_hostPath |
json file with host definition for model execution.
See |
Value
the NlmeParallelHost
class object is returned.
Examples
# path nlme_hostPath should be specified
host <- parse_NLMEHosts(nlme_hostPath)
[Package Certara.RsNLME version 3.0.1 Index]