View source: R/utils-database.R
| eyeris_db_read | R Documentation |
Reads eyeris data from the project database with dplyr-style interface.
eyeris_db_read(
con,
data_type = NULL,
subject = NULL,
session = NULL,
task = NULL,
run = NULL,
eye_suffix = NULL,
epoch_label = NULL,
table_name = NULL
)
con |
Database connection |
data_type |
Type of data to read ("timeseries", "epochs", "epoch_timeseries", "epoch_summary", "events", "blinks") |
subject |
Optional subject ID filter |
session |
Optional session ID filter |
task |
Optional task name filter |
run |
Optional run number filter |
eye_suffix |
Optional eye suffix filter |
epoch_label |
Optional epoch label filter (for epoched data) |
table_name |
Exact table name (overrides other parameters) |
Data frame with requested data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.