Description Usage Arguments Value Examples
View source: R/blocking-evaluations.R
Returns the block ids associated with a blocking method.
| 1 | block.ids.from.blocking(blocking)
 | 
| blocking | A list of the blocks. | 
A list of the blocks ids that corresponds to each block
| 1 2 3 | data("RLdata500")
klsh.blocks <- klsh(RLdata500, p=20, num.blocks=5, k=2)
block.ids.from.blocking(klsh.blocks)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.