get_members: Get the current meetup members from a meetup group

View source: R/get_members.R

get_membersR Documentation

Get the current meetup members from a meetup group

Description

Get the current meetup members from a meetup group

Usage

get_members(urlname, ..., extra_graphql = NULL, token = meetup_token())

Arguments

urlname

Character. The name of the group as indicated in the https://meetup.com url.

...

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

  • member_url

  • photo_link

  • status

  • role

  • created

  • most_recent_visit

References

https://www.meetup.com/api/schema/#GroupMembership https://www.meetup.com/api/schema/#User

Examples

## Not run: 
members <- get_members("rladies-remote")

## End(Not run)

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