mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 06:06:12 +01:00
Update clipboard.R
This commit is contained in:
parent
9f943708cc
commit
136272cb71
@ -82,7 +82,7 @@ clipboard_export <- function(x,
|
||||
} else {
|
||||
# use xclip package
|
||||
check_xclip()
|
||||
file <- pipe("xclip -i -selection primary", "w")
|
||||
file <- pipe("xclip -i", "w")
|
||||
on.exit(close(file))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user