Learn R Programming

campsismod (version 1.1.1)

export: Export function.

Description

Export function.

Usage

export(object, dest, ...)

# S4 method for campsis_model,character export(object, dest, ...)

# S4 method for campsis_model,rxode_type export(object, dest, ...)

# S4 method for campsis_model,mrgsolve_type export(object, dest, outvars = NULL, extra_params = character(0))

Value

specific object depending on given destination

Arguments

object

generic object

dest

destination

...

optional arguments

outvars

additional variables to capture

extra_params

extra parameter names to be added. By default, they will be assigned a zero value.