R/params.R
    knit_params_ask.RdRun a shiny application asking for parameter configuration for the given document.
knit_params_ask(
  file = NULL,
  input_lines = NULL,
  params = NULL,
  shiny_args = NULL,
  save_caption = "Save",
  encoding = "UTF-8"
)Path to the R Markdown document with configurable parameters.
Content of the R Markdown document. If NULL, the contents of file will be read.
A named list of optional parameter overrides used in place of the document defaults.
Additional arguments to runApp.
Caption to use use for button that saves/confirms parameters.
Ignored. The encoding is always assumed to be UTF-8.
named list with overridden parameter names and value.