R Help Forum

 

Anyone know if there are Plotly issues ones need to be aware of. For example
I quite often receive the following error "Error in dirname(to) : path too
long." I find there is no one fix. Is there some sort of Windows /Plotly
naming restrictions???

 

# create a line chart displaying launches by agency type, with highlighting

shared_launches %>%

  plot_ly(x = ~launch_year, y = ~n, color = ~agency_type) %>%

  add_lines() %>%

  highlight()

 

Jeff


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to