| pylintR-shiny {pylintR} | R Documentation | 
Shiny bindings for pylintR
Description
Output and render functions for using 'pylintR' within Shiny applications and interactive Rmd documents.
Usage
pylintROutput(outputId, width = "100%", height = "400px")
renderPylintR(expr, env = parent.frame(), quoted = FALSE)
Arguments
| outputId | output variable to read from | 
| width,height | a valid CSS unit (like  | 
| expr | an expression that generates an output of  | 
| env | the environment in which to evaluate  | 
| quoted | whether  | 
Value
pylintROutput returns an output element that can be included
in a Shiny UI definition, and renderPylintR returns a
shiny.render.function object that can be included in a Shiny
server definition.
[Package pylintR version 0.1.0 Index]