batchDataWarehouse: Batch Datawarehouse Queries

Description Usage Arguments Value

View source: R/batchDatawarehouse.R

Description

Batch your datawarehouse queries by day, week, or month for large submissions

Usage

1
2
3
4
5
batchDataWarehouse(fromDate, toDate, reportsuite.id, granularity, rootFileName,
  host, username, password, port = 21, directory = NULL, metrics = NULL,
  elements = NULL, segment.id = NULL, data.current = FALSE,
  expedite = FALSE, interval.seconds = 1, max.attempts = 1,
  validate = TRUE, enqueueOnly = TRUE)

Arguments

fromDate

From Date

toDate

To Date

reportsuite.id

Available report suites can be found using RSiteCatalyst's GetReportSuites

granularity

Granularity for submitting DataWarehouse requests. Must be one of "day", "week", or "month"

rootFileName

root of filenames to be saved in FTP

host

url of FTP host

username

Username for FTP login

password

Password for FTP login

port

defaults to port 21

directory

FTP sub directory if needed. Defaults to NULL and stores files in root directory

metrics

Available metrics can be found using RSiteCatalyst's GetMetrics

elements

Available elements can be found using RSiteCatalyst's GetElements

segment.id

Available segments can be found using RSiteCatalyst's GetSegments

data.current

Do not adjust

expedite

Do not adjust

interval.seconds

Do not adjust

max.attempts

Do not adjust

validate

Do not adjust

enqueueOnly

Do not adjust

Value

Data is delivered to the FTP specified


blazickjoe/DataScienceLibrary documentation built on Nov. 5, 2019, 2:26 p.m.