Data.WorldConnection-class | data.world connection class |
Data.WorldDriver-class | Driver for the data.world API. |
dbColumnInfo-Data.WorldResult-method | Get the column types of a query result. |
dbConnect-Data.WorldDriver-method | Connect to a dataset like it's a database. |
dbDisconnect-Data.WorldConnection-method | A disconnect method for Data.World connections. |
dbExistsTable-Data.WorldConnection-character-method | Check if a table exists in a data.world dataset. |
dbFetch-Data.WorldResult-method | Get a data frame with results of a sent query. |
dbGetInfo-Data.WorldConnection-method | Get information about a data.world dataset. |
dbListFields-Data.WorldConnection-character-method | List the columns of a table in a data.world dataset. |
dbListTables-Data.WorldConnection-method | List the tables in the data.world dataset connection. |
dbReadTable-Data.WorldConnection-character-method | Read an entire data.world table into a data frame. |
dbSendQuery-Data.WorldConnection-method | Send a query to a data.world dataset. |
dbWriteTable-Data.WorldConnection-character-character-method | Upload a local file to a data.world dataset. |
dbWriteTable-Data.WorldConnection-character-data.frame-method | Upload a data frame as a CSV file a data.world dataset. |
dw_connect | Connect to a dataset like it's a database. |
dw_dataset_viewer | View a data.world dataset in the RStudio Connections panel. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.