redcap_compare: Compare multiple REDCap projects to determine discrepancies...

View source: R/redcap_compare.R

redcap_compareR Documentation

Compare multiple REDCap projects to determine discrepancies in structure or user rights.

Description

Used to compare multiple REDCap projects to determine discrepancies in structure or user rights.

Usage

redcap_compare(redcap_project_uri, redcap_token_list, comparison)

Arguments

redcap_project_uri

URI (Uniform Resource Identifier) for the REDCap instance (must all be on same REDCap instance)

redcap_token_list

List of API (Application Programming Interface) for the REDCap projects.

comparison

What should be compared - project structure ("metadata") or user roles ("role").

Value

Nested tibble of the full comparison across projects ("full") and the specific discrepancies ("discrepancies").


kamclean/collaborator documentation built on Nov. 17, 2023, 3:52 a.m.