powered by
Can be used after calling the `get_joined_meetups()` function and getting a urlname, and calling `get_meetup_events()` for an event_id
get_event_rsvps(urlname, event_id, key, fields = c("response", "member"), ...)
string, URL name for the meetup. e.g 'R-Users-Sydney'.
string, event id for the meetup event.
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 event RSVPs.
# NOT RUN { get_event_rsvps("R-Users-Sydney", "your_event_id", "your_api_key") # } # NOT RUN { # }
Run the code above in your browser using DataLab