pylintR-shiny: Shiny bindings for pylintR

Description Usage Arguments Value

Description

Output and render functions for using 'pylintR' within Shiny applications and interactive Rmd documents.

Usage

1
2
3
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 "100%", "400px", "auto") or a number, which will be coerced to a string and have "px" appended

expr

an expression that generates an output of pylint

env

the environment in which to evaluate expr

quoted

whether expr is a quoted expression (with quote()); this is useful if you want to save an expression in a variable

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.


pylintR documentation built on Oct. 12, 2021, 9:07 a.m.