cppcheckR-shiny {cppcheckR}R Documentation

Shiny bindings for cppcheckR

Description

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

Usage

cppcheckROutput(outputId, width = "100%", height = "400px")

renderCppcheckR(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 a 'cppcheckR' widget

env

the environment in which to evaluate expr

quoted

logical, whether expr is a quoted expression (with quote())

Value

cppcheckROutput returns an output element that can be included in a Shiny UI definition, and renderCppcheckRR returns a shiny.render.function object that can be included in a Shiny server definition.


[Package cppcheckR version 1.0.0 Index]