powered by
This function retrieves all meetup events for a meetup. This is forced to be ordered in descending order and show both upcoming and past events, therefore 'status' and 'desc' should not be passed as named arguements to the `...` (dots) arguement.
get_meetup_events(urlname, key, fields = c("status", "id", "name"), ...)
string, URL name for the meetup. e.g 'R-Users-Sydney'
an API key from https://www.meetup.com/meetup_api/
a charcter vector of the fields to return
a named list where each element is a character vector for additional parameters e.g. `list("omit" = c("member.photo", "member.event_context")`
data.frame of meetup events for a meetup.
# NOT RUN { get_meetup_events("R-Users-Sydney", "your_api_key") # } # NOT RUN { # }
Run the code above in your browser using DataLab