R/bind-datas.R
ps_bind_datas.Rd
Binds all the data frames in the environment by rows (and removes them)
ps_bind_datas(envir = parent.frame(), rm = TRUE)
The environment containing the data frames.
A flag indicating wether to remove the data frames.
The bound data frames as tbl data frame or an empty data frame.