View source: R/sensor_functions.R
device_info | R Documentation |
device_info(db, participant_id = NULL)
db |
A database connection to an m-Path Sense database. |
participant_id |
A character string identifying a single participant. Use
|
A tibble containing device info for each participant
## Not run:
# Open the database
db <- open_db("path/to/db")
# Get device info for all participants
device_info(db)
# Get device info for a specific participant
device_info(db, participant_id = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.