Description Usage Arguments Examples
This function allows you to execute a mysql statement against a mysql database. The only required parameter is the mysql statement. All others may be NULL. The function returns a dataframe.
| 1 2 | pushtodomo(df, datasetname, api_key = NULL, organization = "KonoAnalytics",
  createdataset = FALSE)
 | 
| df | The data frame you would like to push to Domo. | 
| datasetname | The name of the data set you would like to push to Domo. | 
| api_key,  | The api key issued by Domo. | 
| organization | The organization as determined by Domo. | 
| createdataset | TRUE if you want to create a new data set, FALSE otherwise | 
| dbname | The name of the database. | 
| 1 | pushtodomo(df=data.frame(a=c(1,2),b=c(3,4)), datasetname="Test Dataset", createdataset=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.