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 |
text |
For rmdtext, a string, which is the rmardown coding itself |
no direct return, but write an output.html to the temp session on the opencpu server
1 2 3 | path_to_input <- system.file("rmd", rmd_file, package = "rmdocpu")
myfile <- readLines(path_to_input)
rmdtext(myfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.