check_tab | R Documentation |
This function validates the structure of a spreadsheet file by checking its sheets, primary keys (PKs), and foreign keys (FKs). If a template file is provided, it also checks the column definitions.
check_tab(file_path, template_path = NULL)
file_path |
Character. Path to the spreadsheet file to be validated. |
template_path |
Character (optional). Path to the template file for validation. If 'NULL', only the sheet structure is checked. |
Logical. Returns "TRUE" but warns of possible errors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.