Open johannes-titz opened 2 months ago
Is this possible without changing anything? There is params, but I guess it will need to grap the values first. Currently one solution is to modify mfb directly, but not possible in rstudio viewer, I suppose.
params
I added it. To test it you need to put 'params' in Rmd-yaml like this:
--- type: order params: preview_feedback: true knit: rqti::render_qtijs
Is this possible without changing anything? There is
params
, but I guess it will need to grap the values first. Currently one solution is to modify mfb directly, but not possible in rstudio viewer, I suppose.