get_erpcore | R Documentation |
Download individual components of the ERP CORE dataset.
get_erpcore(
component = c("n170", "mmn", "n2pc", "n400", "p3", "lrp", "ern"),
dest_path = NULL,
conflicts = "error",
type = c("raw", "bids", "all")
)
get_n170(dest_path = NULL, conflicts = "error", type = c("raw", "bids", "all"))
get_mmn(dest_path = NULL, conflicts = "error", type = c("raw", "bids", "all"))
get_n2pc(dest_path = NULL, conflicts = "error", type = c("raw", "bids", "all"))
get_n400(dest_path = NULL, conflicts = "error", type = c("raw", "bids", "all"))
get_p3(dest_path = NULL, conflicts = "error", type = c("raw", "bids", "all"))
get_lrp(dest_path = NULL, conflicts = "error", type = c("raw", "bids", "all"))
get_ern(dest_path = NULL, conflicts = "error", type = c("raw", "bids", "all"))
component |
Options are:
|
dest_path |
destination file path |
conflicts |
This determines what happens when a file with the same name exists at the specified destination. Can be one of the following:
|
type |
The data is in three different formats:
|
get_n170
: Retrieve N170 data
get_mmn
: Retrieve MMN data
get_n2pc
: Retrieve N2pc data
get_n400
: Retrieve N400 data
get_p3
: Retrieve P3 data
get_lrp
: Retrieve LRP data
get_ern
: Retrieve LRP data
Matt Craddock matt@mattcraddock.com
Kappenman, E.S., Farrens, J.L., Zhang, W., Stewart, A.X., & Luck, S.J. (2020). ERP CORE: An Open Resource for Human Event-Related Potential Research. NeuroImage. https://doi.org/10.1016/j.neuroimage.2020.117465
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.