save_trajectory | R Documentation |
Save trajectory to file
save_trajectory(trajectory, filename, delim = ",")
trajectory |
Trajectory object to be exported to file |
filename |
Name of output file (e.g., .csv) |
delim |
Single character used to separate fields within a record. Default '","' |
Invisibly returns data in wide format (as saved to file)
filename <- "test.csv" save_trajectory(trajectory8c, filename) unlink(filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.