-
Notifications
You must be signed in to change notification settings - Fork 97
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
Function to generate result json from results in database #367
Labels
enhancement
New feature or request
Comments
Hey @edward-burn - that code you mention has now been added in a vignette here (see code starting at |
Hey @edward-burn and @katy-sadowski - I opened PR #497 yesterday that addresses this issue and adds a public function + tests in line with the vignette linked above. |
katy-sadowski
moved this from PR ready for review
to Merged into develop branch
in HADES Hack-a-thon
Oct 21, 2023
This is added in v2.5! Thanks @jshoughtaling ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment I don't think there is any easy way to generate the result json from the results saved in the database. I was in this situation with someone else having run DQD and so I can see the results in the database but could not see a way to get the json results without having to rerun the analysis. That was until @MaximMoinat shared some bespoke code that meant I could do this. It would I think be helpful to make this a function of the package if possible.
The text was updated successfully, but these errors were encountered: