Skip to contents

Opens a browser-based graphical interface for uploading tracking data, selecting a heading method, and viewing circular track plots and summary statistics. No R coding is required to use the app.

Usage

launch_app(port = NULL, launch_browser = TRUE)

Arguments

port

Integer; TCP port to listen on. NULL (default) lets Shiny pick a free port automatically.

launch_browser

Logical; open the system browser automatically (default TRUE). Set to FALSE when running headless.

Value

Called for its side-effect; returns the result of runApp invisibly.

Details

The same app directory can be deployed to https://www.shinyapps.io or any Shiny-compatible server without modification:


  rsconnect::deployApp(system.file("app", package = "radiatR"))