| mx_devices | R Documentation |
List this account's devices
mx_devices(session)
session |
An "mx_session" object. |
A list of devices, each with device_id,
display_name, last_seen_ip, and last_seen_ts.
## Not run:
vapply(mx_devices(s), function(d) d$device_id, character(1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.