Skip to content

Instantly share code, notes, and snippets.

@StaffanBetner
Created November 12, 2021 10:57
Show Gist options
  • Save StaffanBetner/93a1c6e5ce5419d059ed2b40bab5560b to your computer and use it in GitHub Desktop.
Save StaffanBetner/93a1c6e5ce5419d059ed2b40bab5560b to your computer and use it in GitHub Desktop.
to_clipboard <- function(x, row.names = F){
write.table(x, "clipboard", row.names=row.names, sep='\t', na = "")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment