View source: R/generateTestTables.R
generateTestTbls | R Documentation |
Generates a named list of data tables that follow the structure of RDBESDataObject. The tables only have columns required for testing The generate tables
generateTestTbls(tblNames, prevTbls = list(), ...)
tblNames |
character vector of table names to be created |
prevTbls |
list of data.tables upstream of the generated table. Defaults to empty list |
... |
Arguments passed on to
|
a list of named data.table's
## Not run:
generateTestTbls(c("A", "B", "C"), selMeth = "SRSWOR")
generateTestTbls(LETTERS[1:5]) # makes 5 tables with method CENSUS
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.