climex.server: The 'climex' app server

Description Usage Arguments Details Value Author(s) See Also

Description

Server-side part of the climexUI shiny application.

Usage

1
climex.server(input, output, session)

Arguments

input

Namespace input. For more details check out http://shiny.rstudio.com/articles/modules.html

output

Namespace output.

session

Namespace session.

Details

All data handled by the server will be stored in the input.RData file along with all other JavaScript, CSS etc. files in a folder, which path is defined in the option climex.path. The climex should be used as an auxiliary function to generate this folder and to stuff it with all required files.

Value

Function acting as the shiny server.

Author(s)

Philipp Mueller

See Also

Other top-level: climex.ui, climex


theGreatWhiteShark/climexUI documentation built on May 22, 2019, 2:25 p.m.