Description Usage Arguments Value Examples
Get leads
1 2 3 4 5 6 |
account_id |
your account id |
start_date |
start date (yyyy-mm-dd) |
end_date |
end date (yyyy-mm-dd) |
feed_id |
custom feed id. NULL by default. |
data frame of all leads for all the feeds (if feed_id is NULL) or for one specific feed (if feed_id is provided)
1 2 3 4 5 6 7 8 9 | ## Not run:
get_leads(
account_id = "12345",
start_date = "2020-11-01",
end_date = "2020-11-30"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.