R/replicate.R

Defines functions rep_row rep_col

Documented in rep_col rep_row

#[export]
rep_col <- function(x,n) {
	.Call(Rfast_rep_col,x,n)
}

#[export]
rep_row <- function(x,n) {
	.Call(Rfast_rep_row,x,n)
}

Try the Rfast package in your browser

Any scripts or data that you put into this service are public.

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.