Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable passing new sourceURLs to metadata #239

Open
CeresBarros opened this issue Apr 4, 2023 · 0 comments
Open

Enable passing new sourceURLs to metadata #239

CeresBarros opened this issue Apr 4, 2023 · 0 comments

Comments

@CeresBarros
Copy link
Member

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:

simInit(..., objects = list("sourceURL" = list("obj1"= <URLstring>, "obj2"= <URLstring>),
                            "obj3" = <obj>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant