Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created December 15, 2021 14:38
df <- data.frame(
r1 = c(5, 8, 7, 3, 2),
r2 = c(12, 8, 10, 10, 15),
r3 = c(7, 8, 5, 4, 6)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment