airship {airship} | R Documentation |
Runs the Shiny app "AIRSHIP".
Description
Runs the Shiny app "AIRSHIP".
Usage
airship(
dfData = NULL,
cLastInputVar = NULL,
cReplicationVar = NULL,
bIsFacts = FALSE
)
Arguments
dfData |
Dataset that should be plotted by Airship; can be NULL if upload should be done within the app. |
cLastInputVar |
Optional and only useful in combination with dfData. Character name of last input variable. |
cReplicationVar |
Optional and only useful in combination with dfData. Character name of simulation replication variable. |
bIsFacts |
Boolean variable; is the supplied dfData a FACTS aggregated simulation file. |
Value
No return value
Examples
if(interactive()){
airship()
}
# See Vignette.
[Package airship version 1.4.3 Index]