IPS-LMU / emuR

The main R package for the EMU Speech Database Management System (EMU-SDMS)
http://ips-lmu.github.io/EMU.html
23 stars 15 forks source link

insert NA rows into resulting emuRsegs object for requery_seq() function when ignoreOutOfBounds is TRUE #184

Closed raphywink closed 6 years ago

raphywink commented 6 years ago

Consider looking into using a dplyr::left_join() plus a calculation of the intended offset of the original emuRsegs object to insert missing rows into resulting data.frame object. If implemented, this should probably be set via an additional parameter.

raphywink commented 6 years ago

fabafcb0e2a4391f156b9d0d3babe0f19ecf5be4 fixes this