skip to Main Content

How to extract the value of an apparently non-standard html tag in r

I have the following summarized html code (html_file.html). <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <div class="listing-wrapper__content"> <section class="card__amenities "> <p class="l-text l-u-color-neutral-28 l-text--variant-body-small l-text--weight-regular card__amenity" itemprop="floorSize"><span data-testid="l-icon" role="document" aria-label="Tamanho do imóvel" class="l-icon l-u-color-undefined"><svg viewBox="0 0 24 24" fill="none"…

VIEW QUESTION

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