SQL_DropTable get data from a database
SQL_DropTable(
DBConnection,
SQLTableName = "",
CloseChannel = TRUE,
Errors = TRUE
)
RemixAutoML::SQL_Server_DBConnection()
The SQL statement you want to run
TRUE to close when done, FALSE to leave the channel open
Set to TRUE to halt, FALSE to return -1 in cases of errors
Other Data Wrangling:
AutoDataDictionaries()
,
ColumnSubsetDataTable()
,
DataDisplayMeta()
,
FakeDataGenerator()
,
FullFactorialCatFeatures()
,
SQL_ClearTable()
,
SQL_Query_Push()
,
SQL_Query()
,
SQL_SaveTable()
,
SQL_Server_DBConnection()
,
SQL_UpdateTable()
,
TimeSeriesMelt()