id: Get MEA attributes

View source: R/rMEA_get.R

idR Documentation

Get MEA attributes

Description

Get MEA attributes

Usage

id(mea)

group(mea)

session(mea)

sampRate(mea)

s1Name(mea)

s2Name(mea)

uid(mea)

Arguments

mea

an object of class MEA or a list of MEA objects (see function readMEA)

Details

if a well formatted list of MEA objects is provided, the function returns a vector of results for id, session, group and uid. sampRate, s1Name, and s2Name return always a single value, as they are not allowed to be mixed.

Value

A string or a vector of strings containing the metadata.


rMEA documentation built on March 18, 2022, 5:41 p.m.

Related to id in rMEA...