Learn R Programming

meetupapi

Using the Meetup API within R

This package allows flexible control of the meetup API from R. Currently supports basic functionality.

If an API method is not supported please make a request on the GitHub or use the helper functions meetupapi:::.construct_req() and meetupapi:::.meetup_api_GET().

Upcoming features:

  • Handling date columns automatically
  • Shiny interface for marking off attendance
  • Additional API method functions

Current functions

  • get_joined_meetups()
  • get_meetup_events()
  • get_meetup_members()
  • get_event_rsvps()
  • get_event_attendance()
  • mark_event_attendance()

Copy Link

Version

Install

install.packages('meetupapi')

Monthly Downloads

123

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Zac Davies

Last Published

February 20th, 2018

Functions in meetupapi (0.1.0)

get_meetup_members

Get Meetup Members
get_joined_meetups

Get Joined Meetups
get_meetup_events

Get Meetup Events
get_event_attendance

Get attendance for a past event
get_event_rsvps

Get RSVPs for a meetup event
mark_event_attendance

Mark Event Attendance