Learn R Programming

meetupr (version 0.3.1)

get_event_comments: Get the comments for a specified event

Description

Get the comments for a specified event

Usage

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

Value

A tibble

Arguments

id

Required event ID

...

Should be empty. Used for parameter expansion

extra_graphql

A graphql object. Extra objects to return

Examples

Run this code
if (FALSE) {
comments <- get_event_comments(id = "103349942")
}

Run the code above in your browser using DataLab