A web app for forecasting the potential future number of arrivals from Ukraine under multiple scenarios: https://britishredcross.shinyapps.io/ukraine-forecasts/
DLUHC updates two sets of visa data every Thursday at 9.30am (GMT):
- Local Authority-level data on applications, visas issued, and arrivals under the Individual Sponsorship Scheme
- UK-wide data for the Ukraine Family Scheme and the Ukraine Sponsorship Scheme
Once these datasets have been updated in the ukraine-analyses
repo, run the following code to update this Shiny app:
source("data-raw/cumulative-visa-data.R")
source("data-raw/weekly-visa-data.R")
source("data-raw/simulation-inputs-national.R")
rsconnect::deployApp()