Indicates whether and which dimensions are missing for each ID.
MissDimPerId(
path = ".",
audioList = NULL,
ids = c(),
fileType = "wav",
fileNamePattern = "ID_Condition_Dimension",
sep = "_",
recursive = FALSE
)
A data.frame, in which rows represent IDs and columns represent missing vs. present Dimensions.
Character string indicating the path to the folder containing the audio files. Default corresponds to the current working directory.
Optional list with Wave objects to analyze.
Character vector indicating the IDs of the files.
Character string indicating the file format (wav or mp3) of the audio files. Default corresponds to wav.
Character string indicating the naming format of the audio files, such as "ID-Condition-Dimension", "Condition_ID_Dimension" or "ID". Default corresponds to "ID_Condition_Dimension".
A non alpha-numeric that acts as separator between the different naming components. Default corresponds to underscore.
A logical value indicating whether subdirectories should be included when searching for voice files. Default corresponds to FALSE.
MissDimPerId(audioList = testAudioList)
Run the code above in your browser using DataLab