Closed jackVanish closed 3 years ago
Thanks for the catch on summarise! I wasn't sure if i was giving quite the right info. Changes made per your suggestions.
i am now noticing that several (all??) of these sections should be repeated (imports/quick summaries/"rbind") showing examples for other network-style extracts. Ex: insert/edit all code from the GLATOS and FACT workshops as well
also: this line #as.POSIXct(lamprey_dets$detection_timestamp_utc) #this is the base R way - if you ever see this function
should be changed to #as.POSIXct(proj58_matched_full$detection_timestamp_utc) #this is the base R way - if you ever see this function
for the ACT example. but can be kept the same for the GLATOS example
added code for FACT and GLATOS as well. text should be the same but I welcome a review
Big changes to make the lesson a little more text-heavy, as with episode 1. Also some minor code tidying and the conversion of comments to text sections that are a little more instructive for people who are just reading the curriculum rather than attending a workshop.