Description Usage Arguments Value See Also Examples
Read an entire data.world table into a data frame.
1 2 | ## S4 method for signature 'Data.WorldConnection,character'
dbReadTable(conn, name)
|
conn |
A |
name |
Name of the table to read. |
A data frame.
1 2 3 4 5 | ## Not run:
conn <- dbConnect(Data.World(), dataset='johndoe/petstore')
customers <- dbReadTable(conn, customers)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.