create: Create a data source from a data.frame

Description Usage Arguments Examples

View source: R/create.R

Description

Create a data source from a data.frame

Usage

1
create(data, name, description = "")

Arguments

data

A data.frame from which to create the dataset

name

Name to assign the dataset on Domo

description

Optional description of the dataset

Examples

1
2
df <- data.frame(matrix(rnorm(20), nrow=10))
DomoR::create(df, name="My Data Source Name", description="My Data Source Description")

domoinc-r/DomoR documentation built on Aug. 8, 2020, 1:42 p.m.