Description Usage Arguments Value See Also Examples
Three general wrapper function to work with opencpu, which can render source r markdown code into html files, to be displacyed on the client end
1 | render_rmd_server(rmd_file)
|
rmd_file |
For render_rmd_server, a string of the file name on the same opencpu server in the same package, only for tests |
no direct return, but write an output.html to the temp session on the opencpu server
1 2 | path_to_input <- system.file("rmd", rmd_file, package = "rmdocpu")
render_rmd_server(path_to_input)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.