I created an LDAvis figure using the text2veec package in R. Tried but failed to save it to my local directory as the fully interactive webpage that it is.
I get either a blank page in my browser or a static when save thee figure with the following code and try to open it in my browser, from the local directory I saved it to:
DIR = "LDAvisual"
lda_model$plot(out.dir = DIR,
open.browser = interactive(),
as.gist = TRUE)
# now you can serve it from other session
servr::httd(DIR)
How can I view the fully interactive LDAvis plot that I saved from R to my directory in my browser?
I created an LDAvis figure using the text2veec package in R. Tried but failed to save it to my local directory as the fully interactive webpage that it is.
I get either a blank page in my browser or a static when save thee figure with the following code and try to open it in my browser, from the local directory I saved it to:
How can I view the fully interactive LDAvis plot that I saved from R to my directory in my browser?