View source: R/getExternalAccounts.R
getExternalAccounts | R Documentation |
getExternalAccounts
provides details of a user's
external accounts.
getExternalAccounts(id = NULL, curlHandle, verbose = FALSE, orgJSON = FALSE)
id |
Character or numeric external account id. The
default |
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 data frame.
Official documentation: http://docs.appfigures.com/api/reference/v2/external-accounts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.