Learn R Programming

RTD (version 0.4.2)

create_table: Create a table

Description

Create a table

Usage

create_table(conn, dbname, table)

Value

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

Arguments

conn

Td connection

dbname

Data base name

table

Table name

Examples

Run this code
if (FALSE) {
conn <- Td(apikey = "xxxx")
create_table(conn, "mydb", "new_table")
}

Run the code above in your browser using DataLab