Read TSMP object from JSON file.
read(x, ...)
Arguments
x |
a character string with the input filename. |
... |
other arguments to be passed forward. |
Examples
# \donttest{
result <- read("input.json")
#> Error in loadNamespace(x): there is no package called ‘RJSONIO’
# }