As you can see from the pictures, when I tried to copy a dataset from excel which header contains " ' ", it popped up an error:
Error in (function (file, header = FALSE, sep = "", quote = "\"'", dec = ".", :
incomplete final line found by readTableHeader on 'paste0(x, collapse = "\n")'
Once I removed " ' ",
clipr::read_clip_tbl() can run without any error.
As you can see from the pictures, when I tried to copy a dataset from excel which header contains " ' ", it popped up an error:
Once I removed " ' ",
clipr::read_clip_tbl() can run without any error.