Can I draw lines in 3D?

I can draw points with scatter3d, and triangles with mesh3d

How to draw lines in 3d?

https://plot.ly/javascript/3d-line-plots/ has a few examples.

Many thanks, Etienne!

That is fine for drawing diagrams that are purely made of lines.

How can I add a line to a mesh3d diagram, particularly from R?