Description Usage Arguments Details Value Author(s) References Examples
This function compiles an API request, retrieves the results and outputs a dataframe.
| 1 | emmaRequest(accountID, usr, pw, endPoint, parms=NA, ids=NA, type=NA)
 | 
| accountID | Required. Account ID. | 
| usr | Username credentials | 
| pw | Password credentials | 
| endPoint | The API endpoint for the request. | 
| parms | Addition parameters to be included in the request. | 
| ids | Mailing ids for API requests for individual mailings. | 
| type | Additional endpoint for request. | 
The function returns response list.
| profileId | Profile/view ID in request. | 
Andrew Geisler
http://api.myemma.com/index.html
| 1 2 3 4 5 6 7 8 9 | emmaRequest(
  accountID, 
  usr, 
  pw, 
  endPoint='/mailings', 
  parms, 
  ids=ids, 
  type='groups'
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.