R/tc.R

Defines functions tc

Documented in tc

#' Write to clipboard
#'
#' Shorthand wrapper around \code{clipr::write_clip}.
#'
#' @export
#' @examples
#' # tc(df)

#**********************************************************
tc = function(content){

  clipr::write_clip(content)

}
#**********************************************************
wepelham3/sack2 documentation built on Aug. 5, 2023, 5:53 a.m.