injectData: Inject a data set into the Shiny application under...

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

The R code injected into an application (typically for the purpose of analysis, summarization, or a plot output) may need access to one or more R objects. This function provides that functionality.

Usage

1

Arguments

x

the object to be injected

var

a character string giving the name of the object for usage within the Shiny application, which might often be the name of the first argument itself (but quoted)

Details

Once injected, the object will be available for usage inside any R code for things like analysis, summarization, or plot output (going into server.R).

Value

Invisibly returns the current server.R object.

Note

None

Author(s)

Jay Emerson

References

None

See Also

See Also shinySkeleton, showServer.

Examples

1
# None

jayemerson/ShinyHelper documentation built on May 18, 2019, 5:57 p.m.