odin_js_bundle | R Documentation |
Create a bundle of odin models
odin_js_bundle( filenames, dest = tempfile(), include = NULL, include_dopri = TRUE )
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.