wcGetRecentIDs: Return a vector of deployment IDs with new data in the last...

View source: R/wcGetRecentIDs.R

wcGetRecentIDsR Documentation

Return a vector of deployment IDs with new data in the last n days

Description

wcGetProjectIDs returns a vector of deployment IDs

Usage

wcGetRecentIDs(xml_content, days = 14)

Arguments

xml_content

XML content/data returned from wcPOST (with 'action=get_deployments')

days

integer value specifying the time window from now() in days

Details

This returns a subset of deployment IDs with new data available on the portal within the last n days. The default value is for 14 days

Value

returns a vector of deployment IDs


jmlondon/wcUtils documentation built on March 19, 2024, 8:40 a.m.