Nifty little #readr / #tidyverse pattern, no need to unzip zip-files:
obis <- read_csv(unz(description = './data/CKI_P1_OBIS_sightings.zip', filename = 'Occurrence.csv'))
Nifty little #readr / #tidyverse pattern, no need to unzip zip-files:
obis <- read_csv(unz(description = './data/CKI_P1_OBIS_sightings.zip', filename = 'Occurrence.csv'))
@jorge posted a quite interesting #webinar #shortcourse on how to handle data efficiently with #rstats
• data management plans
• version control
• R for reproducible data manipulation
• working on clusters
• data publication
#shateEGU20 #FAIRprinciples #tidyverse #dplyr #broom #tidyr #purrr #readr #ggplot2 #markdown #git #spatialdata