# NOT RUN {
i <- rep(1:4, 2)
l <- list(a = c(1,2,3),
b = "R",
d = 1:100,
e = c("a", "b"),
f = FALSE
)
homogenise(i = i, l = l)
homogenise(n = 10, l = l)
# }
Run the code above in your browser using DataLab