getEvents | R Documentation |
getEvents
provides access to all listed events
from the appFigures web API
getEvents(curlHandle, verbose = FALSE, orgJSON = FALSE)
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 |
orgJSON |
Logical. Should the JSON string be returned
without being converted to R objects? Defaults to |
A dataframe containing all events.
Official documentation: http://docs.appfigures.com/api/reference/v2/events.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.