A wrapper around create_test_table
to create all tables, or a specified subset of them
Source: R/devtools.R
create_test_tables.Rd
A wrapper around create_test_table
to create all tables, or a specified subset of them
Usage
create_test_tables(conn, table_names = c())
Arguments
- conn
A DBI Connection object
- table_names
A character list of the names of all tables you wish to create, if nothing is provided, the result of
get_test_table_names
will be used to create all test tables