R/add.col.R

add.col <-
function(df, new.col, MaxTime) {n.row<-dim(df)[1]
	if(is.null(n.row)){n.row<-MaxTime}
           length(new.col)<-n.row
           cbind(df, new.col)
    }

Try the cyphid package in your browser

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

cyphid documentation built on May 2, 2019, 2:41 a.m.