powered by
a[i] c.bigq(...,recursive = FALSE) rep.bigq(x,times,...)
a <- as.bigq(123) a[2] <- a[1] # create a vector of 3 a c(a,a,a) # repeate a 5 times rep(a,5)
Run the code above in your browser using DataLab