GetFeeds: Get Data Feed Detail for a Report Suite(s)

Description Usage Arguments Details Value Examples

View source: R/GetFeeds.R

Description

Returns a list of data feeds for the specified report suites, including delivery status. Note that the difference between start.time and end.time can be no more than 48 hours.

Usage

1
GetFeeds(reportsuite.ids, start.time = "", end.time = "", status = c())

Arguments

reportsuite.ids

Report suite id (or list of report suite ids)

start.time

Beginning of time period you want to check

end.time

End of time period you want to check

status

Character vector/list of statuses to filter by (processing/delivered/upload_error/no_data)

Details

This function requires having a character vector with one or more valid Report Suites specified. All other function arguments are optional.

Value

Data frame

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

#Get info for all feeds for a report suite in past day
feeds <- GetFeeds("zwitchdev")

#Get info for all feeds for a 48-hour period
feeds2 <- GetFeeds("zwitchdev", "2014-12-02 05:00:00", "2014-12-03 05:00:00")


## End(Not run)

randyzwitch/RSiteCatalyst documentation built on May 11, 2020, 3:05 p.m.