Usually when restarting the R session, although all objects are saved in
the workspace, the dynamic libraries are not linked any more. loadDLL
is a wrapper for dyn.load
that uses the "modelname" attribute of
dMod objects like prediction functions, observation functions, etc. to
load the corresponding shared object.
1 |
... |
objects of class prdfn, obsfn, parfn, objfn, ... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.