There is any way to store in a given location and locally a plotly generated graph? without having to go online

p <- plot_ly(economics, x = c(“giraffes”, “orangutans”, “monkeys”), y = c(20, 14, 23), name = “unemployment”)
p$save(“example.html”)
#something like this…

Not sure what you mean by

store in a give location

Could you expand on that?

I mean to be able to make a document, on a known file, like for example the desktop, and not having to depend on the browser and a temporary file