read_model_json {PKPDsim} | R Documentation |
Read model definition from JSON
Description
Does some substitution of escaped characters in strings in the JSON file,
then converts to a list with jsonlite::fromJSON()
Usage
read_model_json(path)
Arguments
path |
Path to JSON file |
Value
List containing contents of original JSON file
[Package PKPDsim version 1.3.0 Index]