# 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")
Last active
May 6, 2021 07:45
-
-
Save mryap/1fcddea5e553ee34f5e43276a46c7c3f to your computer and use it in GitHub Desktop.
Exporting Data with readr package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment