Hey all, my question is as the title implies. I believe the answer to be no, but I wish to confirm this.
I am aware you can have shiny in knitted notebooks, but I wonder if it is possible to have interactivity with just in-line rendered output from the .Rmd editor (source pane).
An example of why I'd want this is because I want to recreate the kind of HTML interactivity that Pluto offers for the julia language (see their GitHub, also this good example .gif from the same link).
I'm not just looking for a slider on a plot, but also to have a variable linked to a slider/other input widget be updated for other downstream uses.
Of course I understand that if a solution does exist, it would not be as fast as Pluto can be with Julia.
That's indeed what I am asking. And your answer is indeed the one I had expected (sadly). Interactivity whilst writing analyses would be a nice feature (especially if I am, for example, uncertain of a particular threshold or method and would like to toggle and observe the consequences as I continue writing).
Thanks anyway!