vortx_discoverer: Run Discoverer from Scratch

Description Usage Arguments Value Examples

Description

Creates a job and runs Discoverer

Usage

1
2
vortx_discoverer(key, data, jobname, target, jobdesc = NULL,
  ignoredcols = NULL, id = 1)

Arguments

key

String. User API Key for VORTX.

data

DataFrame. Data to be created as a job.

jobname

String. Title of job to be created.

target

String. Name of column to be used as Target.

jobdesc

String. Description of job to be created. Optional. Default NULL.

ignoredcols

String or Vector of strings. Optional name of columns to be ignored. Default is NULL.

id

Integer or String. This will be checked as possible ID. Default is 1.

Value

Job. Parsed content of API request, containing job information, such as job ID, used in other functions.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
mykey <- '1234567890abcefghijkl'
myjobname <- 'My job'
myjobdesc <- 'This is a job that does job stuff'
df <- r2vortx::wine

vortx_discoverer(mykey, df, myjobname, 'Alcohol', myjobdesc, 'Ash')

## End(Not run)

Aquarela-Advanced-Analytics/r2vortx documentation built on May 20, 2019, 8:46 a.m.