skip to Main Content

Javascript – Combine two Shiny scripts together for R Shiny

My R Shiny app contains two different JS scripts in the UI: One to load the msal library shiny::tags$script(src="https://alcdn.msauth.net/browser/2.30.0/js/msal-browser.min.js") And another custom script that uses that library to runs some db oauth token negotiation: shiny::tags$script(HTML(" async function wrapperFunc() { const…

VIEW QUESTION
Back To Top
Search