find_groups | R Documentation |
Find meetup groups matching a search query
find_groups( query, ..., topic_category_id = NULL, lat = 0, lon = 0, radius = 1e+08, extra_graphql = NULL, token = meetup_token() )
query |
Required search text |
... |
Should be empty. Used for parameter expansion |
topic_category_id |
Topic ID e.g 543 for technology topic |
lat |
Latitude. An integer |
lon |
Longitutde. An integer |
radius |
Radius. An integer |
extra_graphql |
A graphql object. Extra objects to return |
token |
Meetup token |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.