table
¶
Copy a table from the current model (e.g. the model workbook or JSON file) and return the table name.
table(
tableName
)
When using an Excel inputs workbook, this is equivalent to:
excelTable(
"C:\path\to\the\inputs\workbook.xlsb",
tableName
)
Arguments¶
tableName
- The name of the table to load from the source workbook.