Description Usage Arguments Details
Extracts the DB attributes from metadata.info
object
1 2 | ## S3 method for class 'metadata.info'
db.attributes(metadata.inf, full = FALSE)
|
metadata.inf |
object of class |
full |
should full database information be returned? |
Depending on the value of full
parameter the function returns
data.frame
describing each attribute in metadata.info
object.
Default (full = FALSE
) columns of returned object:
schemaname
tablename
attribute name
type of attribute
More detailed information (full = TRUE
) includes default columns, and additionally:
length of attribute (related to type)
estimated fraction of NULL values
estimated number of distinct values (caution!)
most common values
frequency of most common values
histogram bounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.