Skip to contents

A function that takes the user defined selection of tables to run from the config and will generate a list of tables to run.

Usage

handle_table_selection(section_num, all_tables)

Arguments

section_num

A string

all_tables

A dictionary with all the tables and their information

Value

A list of table ids that belong to the section_num number

Details

Given a section_num number, it will go through the dictionary of all tables and return those that belong to that section by looking at the start of the name.

Examples

sect_tables("3", all_tables)
#> Error in sect_tables("3", all_tables): could not find function "sect_tables"