From 9637b43357de609bac2ee860f1272c1155c5e225 Mon Sep 17 00:00:00 2001 From: MS Berends <31037261+msberends@users.noreply.github.com> Date: Fri, 23 Mar 2018 14:59:02 +0100 Subject: [PATCH] Remove Windows only function --- R/clipboard.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/clipboard.R b/R/clipboard.R index 09f6baaa..d58556de 100644 --- a/R/clipboard.R +++ b/R/clipboard.R @@ -9,7 +9,7 @@ #' @param as_vector a logical value indicating whether data consisting of only one column should be imported as vector using \code{\link[dplyr]{pull}}. This will strip off the header. #' @keywords clipboard clipboard_import clipboard_export import export #' @importFrom dplyr %>% pull as_tibble -#' @importFrom utils read.delim write.table object.size writeClipboard +#' @importFrom utils read.delim write.table object.size #' @details For \code{clipboard_export}, the reserved clipboard size for exporting will be set automatically to 125\% of the object size of \code{x}. This way, it is possible to export data with thousands of rows as the only limit will be your systems RAM. #' @export #' @return data.frame