Use readr::read_delim()
on a string copied to the clipboard. Defaults to
tab separator like given when copying cells from spreadsheets.
read_delim_clip(delim = "\t", ...)
Single character used to separate fields within a record.
Additional arguments passed to readr::read_delim()
.
A data frame read from the clipboard.