Create a bundle of odin models

odin_js_bundle(
  filenames,
  dest = tempfile(),
  include = NULL,
  include_dopri = TRUE
)

Arguments

filenames

Filenames with odin source code

dest

Destination file for the generated javascript

include

Optional vector of paths of filenames to include into the javascript bundle

include_dopri

Logical, indicating if the dopri solver should be included as well.