Skip to content

Instantly share code, notes, and snippets.

@lundquist-ecology-lab
Created February 16, 2023 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lundquist-ecology-lab/30eb7cf8e08f3b1fd3e325e3c2b5ea72 to your computer and use it in GitHub Desktop.
Save lundquist-ecology-lab/30eb7cf8e08f3b1fd3e325e3c2b5ea72 to your computer and use it in GitHub Desktop.
Exporting data
# Exporting data as a .csv in R
write.csv(iris, "iris_export.csv", row.names = FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment