Skip to content

Instantly share code, notes, and snippets.

@lovetoken
Created September 6, 2020 14:06
Show Gist options
  • Save lovetoken/ab41d7e575878e12715fbd698ab60f6c to your computer and use it in GitHub Desktop.
Save lovetoken/ab41d7e575878e12715fbd698ab60f6c to your computer and use it in GitHub Desktop.
[라이브 코드 : R에서 클립보드를 이용해 데이터프레임으로 내용 옮기기] 에서 사용했던 코드
readr::read_tsv(pipe("pbpaste"))
read.table(pipe("pbpaste"), header = T, sep = "\t")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment