Export drtm

drt_export(obj, path)

Arguments

obj

drtm, a drtm model of the drtplanr.

path

character, path to file.

Value

None.

Examples

# \donttest{ # Example model m <- drt_import( system.file("Jegenstorf_i1000.RData", package="drtplanr") ) # Export to temporary dir drt_export(m, path = tempdir())
#> 2020-05-25 18:29:51 Export drtm to '/tmp/Rtmpvkjvgv/Jegenstorf_i1000.RData'
# }