Check for mismatched deployment labels in deployment data and image data
Source:R/qa-deployment-images.R
qa_deployment_images.Rd
This function is mainly called for its messaging - alerting you to deployment labels that are in the sample deployment data but not in the image data, and vice versa.
Arguments
- deployments
deployments data, as created by
make_deployments()
- image_data
data.frame of class
image_data
, as read in byread_image_data()
.