dbWriteTable-Data.WorldConnection-character-data.frame-method: Upload a data frame as a CSV file a data.world dataset.

Description Usage Arguments Value

Description

Upload a data frame as a CSV file a data.world dataset.

Usage

1
2
3
## S4 method for signature 'Data.WorldConnection,character,data.frame'
dbWriteTable(conn, name,
  value, ...)

Arguments

conn

A Data.WorldConnection object, as created by dbConnect.

name

What the uploaded file should be named. If the name does not end in '.csv', it will be added.

value

A data frame to upload to the dataset.

Value

TRUE if the file was written successfully.


carljv/dwDBI documentation built on May 4, 2019, 7:36 a.m.