Function that previews sql script used to generate results for table shell

reviewTableShellSql(
  tableShell,
  executionSettings,
  buildOptions = NULL,
  saveName = NULL,
  savePath = here::here()
)

Arguments

tableShell

The TableShell object to used for generation

executionSettings

The ExecutionSettings object used to generate table shell

buildOptions

The BuildOptions object used to generate table shell

saveName

The name of the table shell sql file

savePath

the folder location to save the file

Value

A sql file written to a specific location