get_event_rsvps: Get the RSVPs for a specified event

View source: R/get_event_rsvps.R

get_event_rsvpsR Documentation

Get the RSVPs for a specified event

Description

Get the RSVPs for a specified event

Usage

get_event_rsvps(id, ..., extra_graphql = NULL, token = meetup_token())

Arguments

id

Required event ID

...

Should be empty. Used for parameter expansion

extra_graphql

A graphql object. Extra objects to return

token

Meetup token

Value

A tibble with the following columns:

  • member_id

  • member_name

  • member_url

  • member_is_host

  • guests

  • response

  • event_id

  • event_title

  • event_url

  • created

  • updated

References

https://www.meetup.com/api/schema/#Event https://www.meetup.com/api/schema/#Ticket https://www.meetup.com/api/schema/#User

Examples

## Not run: 
rsvps <- get_event_rsvps(id = "103349942!chp")

## End(Not run)

rladies/meetupr documentation built on Nov. 18, 2022, 8:14 a.m.