Description Usage Arguments Value
View source: R/filter_to_user.R
If you want to work with data from only a single user (or subset of users)
in a hyfe_data
object containing data from multiple users,
use this function before running process_hyfe_data()
.
1 | filter_to_user(uid_filter = NULL, hyfe_data)
|
uid_filter |
The Firebase user IDs to filter to. If you are using other identifiers
(e.g., research alias, email address, or username), use the |
hyfe_data |
A standard |
A hyfe_data
object containing only the data pertaining to the uid
(s) you filtered by.
Same data structure as a raw hyfe_data
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.