| exist_table {RTD} | R Documentation | 
Check table existence
Description
Check table existence
Usage
exist_table(conn, dbname, table)
Arguments
| conn | 
 | 
| dbname | Data base name | 
| table | Table name | 
Value
Returns TRUE or FALSE, existence.
Examples
## Not run: 
conn <- Td(apikey = "xxxxx")
exist_table(conn, "mydb", "iris")
## End(Not run)
[Package RTD version 0.4.1 Index]