A demonstration R Shiny application using a SpaceX API.
The following application is a demonstraction R Shiny application. The purpose is to show how an application may be designed for a corporate insurer. It allows the user to examine the success rate of SpaceX rocket launches. Underwriters could use the application to evaluate the risk of future rocket launches.
You may be able to see the application at the following webpage:
https://james-g-hill.shinyapps.io/shiny-app-spacex/
Note that I do not regularly check the app is still available. It should work but it is possible that the service providers stops it. If that link fails then please contact me so that I can restart it.
The application has the following features:
install.packages('rsconnect')
).library('rsconnect')
)rsconnect::deployApp('path/to/your/app')
This package uses a free 'rocket' icon provided by Font Awesome. The icon .svg file has been modified so the colour is white. Please find the link to the license here:
https://fontawesome.com/license
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.