rep(): Expecting an argument-is-missing error, but ...
What's going on here: $ R --vanilla --quiet
f <- function(n) rep("x", times = n)
f()
[1] "x" ?
getRversion()
[1] ?4.5.2? /Henrik
What's going on here: $ R --vanilla --quiet
f <- function(n) rep("x", times = n)
f()
[1] "x" ?
getRversion()
[1] ?4.5.2? /Henrik