render text for formr
formr_render.RdRender text
Arguments
- text
that will be written to a tmp file and used as the input argument
- self_contained
passed to markdown_custom_options
- dir
directory in which the intermediate
knit.Rmdand the renderedknit.htmlare written. Defaults to the working directory when the code runs inside an OpenCPU/formr session (there, the working directory is the ephemeral per-request session directory from which rforms.org retrieves the rendered page viagetFiles("knit.html")) and totempdir()in ordinary R sessions, so the package never writes into your working directory unless you ask it to. Setoptions(formr.in_opencpu = TRUE/FALSE)to force either default.- ...
all other arguments passed to
rmarkdown::render()