News

A data dictionary is like a bill of materials for a database; it lists all database components, including reports, tables, field names and field types. Such information helps audit databases for ...
A database about data and databases. A data dictionary holds the name, type, range of values, source and authorization for access for each data element in the organization's files and databases.
Create a data dictionary report with R and pointblank. To document a data set with pointblank in R, you start by creating a pointblank informant object with the create_informant() function.. Let ...