urol-e5 / timeseries

Data generated from e5 time series sampling in Moorea
2 stars 0 forks source link

NAs in data #55

Closed jrcunning closed 6 months ago

jrcunning commented 9 months ago

@AHuffmyer when I run the code in 1_assemble_data.Rmd, it produces a Summary_Responses.csv file that is modified from what's in the repository, and has a bunch of NAs in it... can you take a look?

AHuffmyer commented 9 months ago

Yes, looking now!

AHuffmyer commented 9 months ago

The script ran it for me just fine! I just pushed a revision that removed an unnecessary data column, but the values are all there, no NA's. I recommend restarting your R session and running all code chunks again. Sometimes there is an issue with masking in dplyr that prevents the summarise and group_by functions from working and therefore generating NAs. Let me know if that works!