-
-
Save ibarraespinosa/8a842d39032643f081530275f87cb20b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DT <- data.table(A = letters[c(2, 1, 2, 3, 1, 2, 3)], | |
B = c(5, 4, 1, 9, 8, 8, 6), | |
C = 6:12, | |
key = "A,B") | |
# Se puede etear los KEYS en la definicion de DT |
Author
ibarraespinosa
commented
Jan 7, 2019
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment