Description Usage Arguments Value Examples
Get all visits
1 2 3 4 5 6 | get_visits(
account_id = NULL,
start_date = NULL,
end_date = NULL,
lead_id = NULL
)
|
account_id |
your account id |
start_date |
start date (yyyy-mm-dd) |
end_date |
end date (yyyy-mm-dd) |
lead_id |
lead id. NULL by default |
data frame of all visits for all the leads (by default) or for one specific lead (if lead_id is provided)
1 2 3 4 5 6 7 8 9 | ## Not run:
get_visits(
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.