Learn R Programming

meetupapi (version 0.1.0)

get_event_rsvps: Get RSVPs for a meetup event

Description

Can be used after calling the `get_joined_meetups()` function and getting a urlname, and calling `get_meetup_events()` for an event_id

Usage

get_event_rsvps(urlname, event_id, key, fields = c("response", "member"), ...)

Arguments

urlname

string, URL name for the meetup. e.g 'R-Users-Sydney'.

event_id

string, event id for the meetup event.

key

an API key from https://www.meetup.com/meetup_api/.

fields

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")`.

Value

data.frame of event RSVPs.

Examples

Run this code
# 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