Export drtm
drt_export(obj, path)
obj | drtm, a drtm model of the drtplanr. |
---|---|
path | character, path to file. |
None.
# \donttest{ # Example model m <- drt_import( system.file("Jegenstorf_i1000.RData", package="drtplanr") ) # Export to temporary dir drt_export(m, path = tempdir())#># }