DataDrivenEcologicalSynthesis / MostMisidentifiedSpecies

Determining the most commonly misidentified bee species in Canada using the iNaturalist database :mag_right: :bee:
MIT License
1 stars 0 forks source link

count of bee record types and proportions. error trying to write csv #13

Closed jadedaws closed 4 years ago

jadedaws commented 4 years ago

cannot write dataframe as .csv because there are lists and they cannot be written into .csv file structure. anyone know how to get around this? do we need the data contained in the lists for what we're trying to accomplish?

vcameron1 commented 4 years ago

Perhaps try to save it as a .RDS using saveRDS(). This will save it as an R-Object. It can be restored/read using readRDS(). https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/readRDS