Skip to contents

Get the comments for a specified event

Usage

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

Arguments

id

Required event ID

...

Should be empty. Used for parameter expansion

extra_graphql

A graphql object. Extra objects to return

Value

A tibble with the following columns:

  • id

  • comment

  • created

  • like_count

  • member_id

  • member_name

  • link

Examples

if (FALSE) { # \dontrun{
comments <- get_event_comments(id = "103349942")
} # }