rmd_corrector: Rmarkdown corrector Shiny app

View source: R/shinyapp.R

rmd_correctorR Documentation

Rmarkdown corrector Shiny app

Description

Start a Shiny app to correct and edit Rmarkdown files

Usage

rmd_corrector(rmdfile, language, port = 8805)

Arguments

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

Value

Nothing

Examples


rmd_corrector("path/to/myfile.rmd", "EN", 8805)


JeremyGelb/langCorrector documentation built on May 23, 2022, 12:02 a.m.