/meetupr

R interface to the meetup.com API

Primary LanguageR

meetupr: R interface to the meetup.com API

Build Status

Authors: Gabriela de Queiroz, Erin LeDell
License: MIT

##Installation

TO DO

##Usage

To use this package, you will first need to get your meetup API key. To do so, go to this link: https://secure.meetup.com/meetup_api/key/

library(meetupr)

api_key <- "INSERT_HERE"

group_name <- "INSERT THE NAME OF THE GROUP"

events <- get_events(group_name, api_key)

How can you contribute?

First, take a look at some resources:

We are going to support v3 first.