get_event_comments: Get the comments for a specified event

View source: R/get_event_comments.R

get_event_commentsR Documentation

Get the comments for a specified event

Description

Get the comments for a specified event

Usage

get_event_comments(id, ..., extra_graphql = NULL, token = meetup_token())

Arguments

id

Required event ID

...

Should be empty. Used for parameter expansion

extra_graphql

A graphql object. Extra objects to return

token

Meetup token

Value

A tibble with the following columns:

  • id

  • comment

  • created

  • like_count

  • member_id

  • member_name

  • link

References

https://www.meetup.com/api/schema/#Event https://www.meetup.com/api/schema/#EventCommentConnection

Examples

## Not run: 
comments <- get_event_comments(id = "103349942!chp")

## End(Not run)

rladies/meetupr documentation built on Nov. 18, 2022, 8:14 a.m.