```r
library(plotly)
library(htmlwidgets)
x <- c(1:100)
random_y <- rnorm(100, mean = 0)
data <- data.frame(x, random_y)
plot_ly(data, x = ~x, y = ~random_y, type = 'scatter', mode = 'lines')
```
```
PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
```
```
Warning in normalizePath(path.expand(path), winslash, mustWork):
path[1]="webshot86a81e246499.png": El sistema no puede encontrar el archivo
especificado
```
```
Warning in file(con, "rb"): no fue posible abrir el archivo 'C:
\Users\crist\AppData\Local\Temp\Rtmp02wLRU\file86a83e8f347e\webshot86a81e246499.png':
No such file or directory
```
```
Error in file(con, "rb"): no se puede abrir la conexión
```