Skip to contents

This function iterates over a list of tables and checks if any table has more than 300 rows. If such a table is found, it prompts the user to proceed or stop.

Usage

huge_table_user_prompter(tables)

Arguments

tables

A list of data frames.

Value

NULL. This function is used for its side effects (prompting the user and potentially stopping the script).