Learn R Programming

RSiteCatalyst (version 1.4.16)

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

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

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)

Value

Data frame

Details

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

Examples

Run this code
# 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")

# }

Run the code above in your browser using DataLab