see_data | R Documentation |
See or delete the original data in data warehouse that have been cleaned and structured. Data is saved in the warehouse when column KONTROLLERT is marked in the original file table in Access database. This indicates that dataset has been checked and recoded as specified in INNLESING table in Access registration database.
see_data(
group = NULL,
koblid = NULL,
year = NULL,
action = c("read", "delete")
)
group |
The filegroup name (filgruppe) |
koblid |
Specify one or multiple KOBLID. Use |
year |
Which reference year to use for geograhical coding. If it is
missing then global option for |
action |
To read or delete the data in the warehouse. Default is |
## Not run:
dt <- see_data("LESEFERD", koblid = 134)
dt <- see_data("ENPERSON", koblid = "all", action = "delete")
dt <- see_data("ENPERSON", koblid = 267:270, action = "delete")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.