getEvents: Retrieve all events.

View source: R/getEvents.R

getEventsR Documentation

Retrieve all events.

Description

getEvents provides access to all listed events from the appFigures web API

Usage

getEvents(curlHandle, verbose = FALSE, orgJSON = FALSE)

Arguments

curlHandle

Provide an instance of the CURLHandle-class from the RCurl package. The default will create a curl handle specific to the function call.

verbose

Logical. Should details of the web request print to the console? Defaults to FALSE.

orgJSON

Logical. Should the JSON string be returned without being converted to R objects? Defaults to FALSE.

Value

A dataframe containing all events.

See Also

Official documentation: http://docs.appfigures.com/api/reference/v2/events.


appfigures/afapi documentation built on Nov. 13, 2022, 9:27 a.m.