dbWriteTable-Data.WorldConnection-character-character-method: Upload a local file to a data.world dataset.

Description Usage Arguments Value See Also

Description

Upload a local file to a data.world dataset.

Usage

1
2
3
## S4 method for signature 'Data.WorldConnection,character,character'
dbWriteTable(conn,
  name = NULL, 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 path to local file.

Value

TRUE if the file was written successfully.

See Also

upload_file


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