dbReadTable-Data.WorldConnection-character-method: Read an entire data.world table into a data frame.

Description Usage Arguments Value See Also Examples

Description

Read an entire data.world table into a data frame.

Usage

1
2
## S4 method for signature 'Data.WorldConnection,character'
dbReadTable(conn, name)

Arguments

conn

A Data.WorldConnection object, as created by dbConnect.

name

Name of the table to read.

Value

A data frame.

See Also

download_table_as_data_frame.

Examples

1
2
3
4
5
## Not run: 
conn <- dbConnect(Data.World(), dataset='johndoe/petstore')
customers <- dbReadTable(conn, customers)

## End(Not run)

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