mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 03:22:00 +02:00
clipboard error
This commit is contained in:
@ -10,8 +10,8 @@ clipboard_import(sep = "\\t", quote = "", header = TRUE, dec = ".",
|
||||
na = c("", "NA", "NULL"), stringsAsFactors = FALSE, startrow = 1,
|
||||
as_vector = TRUE, guess_col_types = TRUE, date_names = "en",
|
||||
date_format = "\%Y-\%m-\%d", time_format = "\%H:\%M",
|
||||
remove_ASCII_escape_char = FALSE, tz = Sys.timezone(),
|
||||
encoding = "UTF-8", info = TRUE)
|
||||
remove_ASCII_escape_char = FALSE, tz = "UTC", encoding = "UTF-8",
|
||||
info = TRUE)
|
||||
|
||||
clipboard_export(x, sep = "\\t", dec = ".", na = "", header = TRUE,
|
||||
info = TRUE)
|
||||
|
Reference in New Issue
Block a user