if (FALSE) {
# 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)
}
Run the code above in your browser using DataLab