inst/examples/ex-append.R

X <- data.frame(
  x = 1:5,
  y = 6:10,
  row.names = LETTERS[1:5]
)

Y <- c(D = 44, B = 55, Z = 22)

append_column(X, Y, after = 3)
tesselle/arkhe documentation built on Feb. 1, 2025, 9:24 a.m.