qa_package.Rd
This function checks that the attributes listed in the metadata match the values in the data for each tabular data object. It may also optionally check if all creators have ORCIDs and have full access to all elements of the data package.
qa_package(mn, resource_map_pid, read_all_data = TRUE, check_attributes = TRUE, check_creators = FALSE, check_access = FALSE)
mn | (MNode) The Member Node to query. |
---|---|
resource_map_pid | (character) The PID for a resource map. |
read_all_data | (logical) Read all data from remote and check that column types match attributes. If |
check_attributes | (logical) Check congruence of attributes and data. |
check_creators | (logical) Check if each creator has an ORCID. Will also run if |
check_access | (logical) Check if each creator has full access to the metadata, resource map, and data objects.
Will not run if the checks associated with |
NULL
# NOT RUN { # Run all QA checks qa_package(mn, pid, read_all_data = TRUE, check_attributes = TRUE, check_creators = TRUE, check_access = TRUE) # }