R/rX.r

Defines functions rX

Documented in rX

#' @title rX
#' @description read table to copied from excel
#' @family abysmally documented
#' @author  unknown, \email{<unknown>@@dfo-mpo.gc.ca}
#' @export
rX <- function(header=T) {
	read.table('clipboard-512',sep="\t",header=header)
}
Beothuk/bio.utilities documentation built on May 5, 2019, 1:39 p.m.