get_event_attendees: Get the attendees for a specified event

View source: R/get_event_attendees.R

get_event_attendeesR Documentation

Get the attendees for a specified event

Description

Get the attendees for a specified event

Usage

get_event_attendees(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:

  • id

  • name

  • url

  • photo

  • organized_group_count

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: 
attendees <- get_event_attendees(id = "103349942!chp")

## End(Not run)

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