R/copy.R

#' Copy to Clipboard
#'
#' Copy to Clipboard.
#'
#' @param x  text string / vector
#' @export
copy <- function(x) {
  clipr::write_clip(x)
}
data-steve/kleentex documentation built on May 14, 2019, 6:17 p.m.