Runs the app "AIRSHIP".
airship(
dfData = NULL,
cLastInputVar = NULL,
cReplicationVar = NULL,
bIsFacts = FALSE
)
Dataset that should be plotted by Airship; can be NULL if upload should be done within the app.
Optional and only useful in combination with dfData. Character name of last input variable.
Optional and only useful in combination with dfData. Character name of simulation replication variable.
Boolean variable; is the supplied dfData a FACTS aggregated simulation file.
No return value
if (FALSE) {
airship()
airship(data)
}
# See Vignette.