Hello!

Tell me, please, how to sequentially connect frames with the same columns, but with different number of rows?

Thank!

    1 answer 1

    Using the rbind function or data.table::rbindlist if performance is important. See https://stackoverflow.com/questions/15673550/why-is-rbindlist-better-than-rbind

    On the Russian site: How to reduce the size of the data to one type in R?