Description Usage Arguments Value
View source: R/CompareFlights.R
All the flight data is too big to be read into the shiny app. Therefore, the app only reads in data for routes the user selected. This function creates the folder structure so each route has a folder containing a df.RDS and a geo.RDS that can be read into the app.
1 | createRouteFolders(flightgeo, geomatrix, appDataDir)
|
flightgeo |
A sf dataframe containing flight data and geodata |
geomatrix |
A list of matrices containing 10-second data for lat, long, alt, velocity; "geo.RDS" |
appDataDir |
The folder where all the route subfolders should be located |
No objects returns. Folders are created locally and data is written to them.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.