[R] Plotly

Jeff Reichman re|chm@nj @end|ng |rom @bcg|ob@|@net
Mon Nov 8 19:25:12 CET 2021


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]]



More information about the R-help mailing list