launchApp.Rd
Opening the GUI with the specified dataset. If no input data is specified the app will launch using the tsfeatureData example data.
launchApp(paramDF = NULL)
paramDF | input data to load the app with |
---|
# NOT RUN { launchApp() launchApp(paramDF = GW170817) # }