Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md


Buy Me A Coffee


geocoding shiny applications


To open the applications from inside an R session use,

  • shiny::runGitHub('shiny-server', 'mlampros', subdir = 'geocoding_geojson')
  • shiny::runGitHub('shiny-server', 'mlampros', subdir = 'geocoding_nominatim')
  • shiny::runGitHub('shiny-server', 'mlampros', subdir = 'geocoding_nominatim_reverse')

or download the repository then make one of the applications your working directory and run

library(shiny)
runApp()

or follow the web-links using the shinyapps.io service,

To deploy a shiny application using shinyapps.io first use as working directory the shiny application folder and then run:

library(rsconnect)
deployApp()

To install an older version of the rsconnect package based on a github-commit use:

devtools::install_github("rstudio/rsconnect", ref='737cd484a501da5589fe49ca3ee43a4b225366af')

The shinyapps.io service is limited to 25 active hours per month (for free accounts), thus if the limit is exceeded then the applications won't be available to the end users.

More details / options on how to build / share shiny applications can be found in the following links:

About

my personal shiny server

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.