dag_manage: Generate REDCap summary data.

View source: R/dag_manage.R

dag_manageR Documentation

Generate REDCap summary data.

Description

Used to generate high quality summary data for REDCap projects at overall, and DAG-specific level.

Usage

dag_manage(
  redcap_project_uri,
  redcap_project_token,
  import = NULL,
  remove = NULL
)

Arguments

redcap_project_uri

URI (Uniform Resource Identifier) for the REDCap instance.

redcap_project_token

API (Application Programming Interface) for the REDCap project.

import

A list of new DAGs to import into the project (Default = NULL).

remove

A list of current DAGs to delete in the project (Default = NULL).

Value

A dataframe of DAGs specifiying those which are new, deleted, or unchanged (-).


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