Learn R Programming

RTD (version 0.4.1)

create_table: Create a table

Description

Create a table

Usage

create_table(conn, dbname, table)

Arguments

conn

Td connection

dbname

Data base name

table

Table name

Value

Returns TRUE or FALSE, whether the execution succeeded or not.

Examples

Run this code
# NOT RUN {
conn <- Td(apikey = "xxxx")
create_table(conn, "mydb", "new_table")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab