powered by
qenv
Instead of join() use c().
join()
c()
# S3 method for qenv c(...)# S3 method for qenv.error c(...)join(...)
# S3 method for qenv.error c(...)
join(...)
function is deprecated.
q <- qenv() q1 <- within(q, { iris1 <- iris mtcars1 <- mtcars }) q1 <- within(q1, iris2 <- iris) q2 <- within(q1, mtcars2 <- mtcars) qq <- c(q1, q2) cat(get_code(qq))
Run the code above in your browser using DataLab