Function performs a multiple selects from tables (in metadata.inf
) containing the attribute attribute.name
:
counts all records of attribute attribute.name
with value attribute.value
selects a sample of at most results.limit
rows
1 2 | experimental.db.sketch.attribute(db.connection, metadata.inf, attribute.name,
attribute.value, results.limit = 10)
|
db.connection |
object of S3 class |
metadata.inf |
object of S3 class |
attribute.name |
( |
attribute.value |
( |
results.limit |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.