library(dplyr)
library(frequency)
options(frequency_open_output = TRUE)
%>%
mtcars select(carb, cyl) %>%
freq()
UQRUG 15
meeting
2021-04-19: UQRUG 15
Participants
- Stéphane Guillou (Library): I’d like start working on a package to query the MusicBrainz API
- Catherine Kim (Library/Biology): Write a function to automate coral reef image download from US NOAA database CoRIS. Cleaning up code for sharing.
- Rene Erhardt (Pharmacy): beginner, just listening…
- Andy Cui (Engineering): First time attendance with aim of reshaping spectral data for visualisation purposes
- Rhiannon Jeans (Neuroscience): First time attending the meeting but not new to R. Looking to help others or learn from others.
- …
TidyTuesday datasets
See if you find an interesting dataset to play with: https://github.com/rfordatascience/tidytuesday#datasets
Share code and pictures here!