My shiny application works by collecting information from a remote database using procedure calls. I connect to the database using a python script. Because of this, the application takes a very long time to load. I think that the application will load faster if i connect to the database with R capabilities, but I don’t know how to do it.