import_sessions | R Documentation |
import_sessions
Access a table that links a given session to the
(possibly multiple) studies of which it is a part, and the group within that
study to which the associated participant belongs.
import_sessions(
from_study = NULL,
exclude = TRUE,
print_exclude_summary = TRUE
)
from_study |
Optionally specify the name of a specific study to limit
the records returned to just those from that study. Inspect the sessions
spreadsheet to see the valid options. e.g. |
exclude |
If |
print_exclude_summary |
If |
This information is exported periodically from the Alice database.
A dataframe containing the session-group-study data.
## Not run:
sessions <- import_sessions()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.