get_joined_meetups: 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
Run this code# NOT RUN {
get_joined_meetups("your_api_key")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab