Closed ratnanil closed 4 years ago
oh my bad.. this does the trick:
do.call(trackbind,x_list)
@ratnanil Hey, thanks for your question. Yeah I was just going to suggest do.call(). It's the general solution for exactly this kind of issue. Glad this works for you!
For technical reasons, I have all my tracks in a list (
x_list
). Is there a way to use trackbind() on alist
of tracks? I'd be happy to use purrr or the like, I just haven't found a way to implement this yet.Created on 2020-01-25 by the reprex package (v0.3.0)