Bruceshark
Bruceshark
@wzrzt If you use GWalkR in the "Viewer" tab of the R Studio, you should be able to clear the view using the buttons at the upper left corner.
> So, will the "clear" kill GWalkerR background process? @wzrzt I think so, and the histories will all be gone
Yes it's possible to integrate GWalkR into Shiny! Here is a minimal runnable code snippet to start a Shiny web app with GWalkR, and load an Iris dataset ```R library(GWalkR)...
I think it is a question related to graphic-walker, our core vis library. Could you please help evaluate whether we should allow this configuration? @ObservedObserver
@follhim This is a good idea. I plan to implement this recently, maybe in few weeks
@follhim I just released v0.1.5, with a new param `toolbarExclude` to indicate tools to be excluded from toolbar UI. In your case, you can use `gwalkr(df, toolbarExclude=list("csv"))` to exclude the...
> Okay, so this is perfect, I love that the data is interactive and yet also safe from download (I will not be using github to post). > > But...
> > > Okay, so this is perfect, I love that the data is interactive and yet also safe from download (I will not be using github to post). >...
@sounkou-bioinfo I definitely support your proposal! However, the workload to integrate duckdb will be large, so it is my next milestone for the package, which may take months. Meanwhile, I...
@sounkou-bioinfo We just had a pre-release version for GWalkR with the computation powered by DuckDB! Check it out [v0.2.0-alpha](https://github.com/Kanaries/GWalkR/releases/tag/v0.2.0-alpha) and welcome to give it a shot!