Skip to content

Instantly share code, notes, and snippets.

@stephhuynh
Created June 29, 2022 12:57
Show Gist options
  • Save stephhuynh/d81482fc91caef5a9189b5c0ceae3256 to your computer and use it in GitHub Desktop.
Save stephhuynh/d81482fc91caef5a9189b5c0ceae3256 to your computer and use it in GitHub Desktop.
rownames(ip) <- NULL
ip <- ip[is.na(ip$Priority),1:2,drop=FALSE]
print(ip, row.names=FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment