rmd_corrector | R Documentation |
Start a Shiny app to correct and edit Rmarkdown files
rmd_corrector(rmdfile, language, port = 8805)
rmdfile |
Astring, the path to the rmd file to edit |
language |
A string, the language to use by LanguageTools |
port |
The port to use for the LanguageTools server |
Nothing
rmd_corrector("path/to/myfile.rmd", "EN", 8805)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.