R/ctrv.R

Defines functions ctrv

#' @export
ctrv <- function(x) write.table(x, "clipboard",sep="\t",row.names=TRUE, col.names=T)
audreyrenson/clinRes documentation built on Feb. 14, 2020, 10:27 a.m.