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
We may want to add for dscrutils something like dscr::load_example. Currently I have something like this implemented:
[GW] cd one_sample_location/first_investigation/t/
[GW] ls
t_1.rds
[GW] echo a | dsc-query t_1.rds -o interactive
INFO: Loading database ...
INFO: Data dumped to text files interactive.out and interactive.script.
It basically saves the script that generates the output , and dump the output in plain text. But it would be better to have dscrutils handle it.
@gaow Did Matthew ask for this? Running cat(readRDS("t_1.rds")$DSC_DEBUG$script) in R seems easy enough; do you think we really need anothe function to do this?
We may want to add for
dscrutils
something likedscr::load_example
. Currently I have something like this implemented:It basically saves the script that generates the output , and dump the output in plain text. But it would be better to have
dscrutils
handle it.The plain command equivalent is:
The text was updated successfully, but these errors were encountered: