I am trying to export an interactive graph to the browser (rather than the Rstudio viewer). I know this is possible (by default) with standard R.
How would I do this with Rstudio? This works in R:
library(networkD3)
simpleNetwork(MY_FILE) #displays in browser