Skip to content

Commit

Permalink
Shiny app starting
Browse files Browse the repository at this point in the history
  • Loading branch information
j-miszczyszyn committed Feb 16, 2024
1 parent 10f5585 commit 35b06f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export(merge_flights)
export(plot_points_coord)
export(plot_points_coord_merged)
export(read_export_file)
export(run_Shiny_ghawkR)
export(table_to_spatial)
export(thin_records)
6 changes: 6 additions & 0 deletions R/app.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#' Title
#'
#' @return
#' @export
#'
#' @examples
run_Shiny_ghawkR=function(){
library(shiny)
library(ghawkR)
Expand Down
11 changes: 11 additions & 0 deletions man/run_Shiny_ghawkR.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35b06f6

Please sign in to comment.