get_joined_meetups {meetupapi} | R Documentation |
Get Joined Meetups
Description
This request is specific to an API key. Provides urlname used in other functions.
Usage
get_joined_meetups(key, fields = c("id", "name", "urlname", "link"), ...)
Arguments
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
returns a data.frame of the meetups associated to an API key
Examples
## Not run:
get_joined_meetups("your_api_key")
## End(Not run)
[Package meetupapi version 0.1.0 Index]