ats_select_collars | R Documentation |
Submit an http POST request to create a cookie of selected collars for subsequent requests
ats_select_collars(device_id)
device_id |
A single device id, or a list or vector of device ids. |
Logical, TRUE if successful
## Not run:
ats_login("mary", ".")
all_collars <- fetch_ats_devices()
some_collars <- sample(all_collars, 5)
ats_select_collars(some_collars)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.