Learn R Programming

meetupr (version 0.3.1)

get_event: Get information for a specified event

Description

Get information for a specified event

Usage

get_event(id, extra_graphql = NULL, asis = FALSE, ...)

Value

A meetupr_event object with information about the specified event

Arguments

id

Required event ID

extra_graphql

A graphql object. Extra objects to return

asis

Return the raw API response as-is without processing

...

Should be empty. Used for parameter expansion

Examples

Run this code
# \dontshow{
vcr::insert_example_cassette("get_event", package = "meetupr")
meetupr:::mock_if_no_auth()
# }
event <- get_event(id = "103349942")
# \dontshow{
vcr::eject_cassette()
# }

Run the code above in your browser using DataLab