You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of us have felt the need to update an input's sourceURL and at the moment this is not possible. The is means that the user needs to override the default object with an external object (via simInit(..., objects = list(...)) -- or create specific modules to prepare these objects.
Here's a possible solution:
Pass a list of sourceURL's to simInit(..., objects) that will be used to override the metadata, alongside with any object "replacements". Here's an example:
Many of us have felt the need to update an input's
sourceURL
and at the moment this is not possible. The is means that the user needs to override the default object with an external object (viasimInit(..., objects = list(...)
) -- or create specific modules to prepare these objects.Here's a possible solution:
Pass a list of
sourceURL
's tosimInit(..., objects)
that will be used to override the metadata, alongside with any object "replacements". Here's an example:The text was updated successfully, but these errors were encountered: