get_lists: Get information about all lists

Description Usage Arguments Value Examples

View source: R/GET_lists.R

Description

Get information about all lists in the account.

Usage

1
get_lists(apikey = NULL, user = "anystring", ...)

Arguments

apikey

API key for mailchimp account

user

User to use in authentication. Can be any string you like. Defaults to "anystring".

...

Query string parameters. See available parameters under READ here: API documentation.

Value

Response body parameters. See response parameters under READ here: API documentation.

Examples

1
2
3
**## Not run:**
mylists <- get_lists(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx")
## End(**Not run**)

56north/mailchimpR documentation built on May 5, 2019, 11:27 a.m.