drt_export: Export drtm

Description Usage Arguments Value Examples

Description

Export drtm

Usage

1
drt_export(obj, path)

Arguments

obj

drtm, a drtm model of the drtplanr.

path

character, path to file.

Value

None.

Examples

1
2
3
4
5
6
7
# Example model
m <- drt_import(
  system.file("Jegenstorf_i1000.RData", package = "drtplanr")
)

# Export to temporary dir
drt_export(m, path = tempdir())

munterfinger/drtplanr documentation built on Oct. 3, 2021, 7:28 p.m.