Description Usage Arguments Value See Also Examples
Can be an expensive operation.
1 | keysAreUnique(tDesc)
|
tDesc |
description of tables, from |
logical TRUE if keys are unique
1 2 3 4 5 6 | d <- data.frame(x=c(1,1,2,2,3,3), y=c(1,2,1,2,1,2))
tDesc1 <- tableDescription('d1', d)
tDesc2 <- tableDescription('d2', d)
tDesc <- rbind(tDesc1, tDesc2)
tDesc$keys[[2]] <- c(x='x')
keysAreUnique(tDesc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.