wcGetDeployID: Return a vector of data portal unique IDs associated with a...

View source: R/wcGetDeployID.R

wcGetDeployIDR Documentation

Return a vector of data portal unique IDs associated with a given DeployID

Description

wcGetDeployID returns a vector of data portal unique ID(s)

Usage

wcGetDeployID(xml_content, deployid = NULL)

Arguments

xml_content

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

deployid

valid deployid character (required)

Details

This function presumes a DeployID has been setup for deployments on the Wildife Computers Data Portal. The vector of deployment ID(s) returned will be a subset that match the deployid character in the function call. The list returned will also include a simple data frame with summary information one can use to determine the appropriate id.

Value

a list with ids (a vector of deployment ids) and a df (data frame of deployment summaries)


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