pushtodomo: pushtodomo Function

Description Usage Arguments Examples

Description

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.

Usage

1
2
pushtodomo(df, datasetname, api_key = NULL, organization = "KonoAnalytics",
  createdataset = FALSE)

Arguments

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.

Examples

1
pushtodomo(df=data.frame(a=c(1,2),b=c(3,4)), datasetname="Test Dataset", createdataset=TRUE)

KonoAnalytics/KonostdlibR documentation built on May 8, 2019, 5:47 p.m.