Text in cop y
Today is the day "Stack Overflow" will miss its year target.
Yesterday is the day "Stack Overflow" will miss its year target sum.
Reading in R
x = readLines("clipboard")
Convert to data.frame
data.frame(x)
Instead, "clipboard"
you can also paste the copied text into a file and use with it readLines
.
source
share