Hi all,
From R shinny app is it possible to run a work flow and out put it to the R shinny app?
Regards
Pio
Hi there @pio
You can run a workflow on demand via batch from your Shiny app (these are the guidelines for it FAQ | KNIME), this workflow should output its results to a file or database, then your app should be able to get the output from that file/database.
This app should execute and external command, depending on you environment Run external command, and wait until finishes — run • processx (r-lib.org)
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.