get_joined_meetups: Get Joined Meetups

Description Usage Arguments Value Examples

View source: R/meetups.R

Description

This request is specific to an API key. Provides urlname used in other functions.

Usage

1
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

1
2
3
4
## Not run: 
get_joined_meetups("your_api_key")

## End(Not run)

meetupapi documentation built on May 2, 2019, 5:53 a.m.