Skip to content

Instantly share code, notes, and snippets.

@mryap
Last active May 6, 2021 07:45
Show Gist options
  • Select an option

  • Save mryap/1fcddea5e553ee34f5e43276a46c7c3f to your computer and use it in GitHub Desktop.

Select an option

Save mryap/1fcddea5e553ee34f5e43276a46c7c3f to your computer and use it in GitHub Desktop.
Exporting Data with readr package
# readr comes with 2 useful functions for exporting data
# write_csv() and write_tsv()
# Saving dates and date-times in ISO8601 format so they are easily parsed elsewhere.

write_csv(pu2, "pu2.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment