Recently, I learned about the "highcharter" library in R (e.g. https://jkunst.com/highcharter/). There appears to be many interesting visualizations that are possible with this library - but there do not seem to be as many options as in the original "highchart" javascript libary (e.g. https://www.highcharts.com/).
I started looking at different visualization options that are available within the original "highchart" library and came across the following visualization : https://www.highcharts.com/demo/packed-bubble-split
I see here that there is an option to look at the source code that is used for these visualizations:
Lately, I have been learning how to execute HTML and Javascript code within R (e.g. R markdown). I had the following question:
Is it possible for me to take the code that is provided here and somehow render this code in R, and thereby producing these exact same visualizations in R?

