redcap_log: Export the redcap log

View source: R/redcap_log.R

redcap_logR Documentation

Export the redcap log

Description

Export the redcap log to gain insight into redcap changes over time

Usage

redcap_log(
  redcap_project_uri,
  redcap_project_token,
  date_start = NULL,
  date_end = NULL,
  item = NULL
)

Arguments

redcap_project_uri

URI (Uniform Resource Identifier) for the REDCap instance.

redcap_project_token

API (Application Programming Interface) for the REDCap project.

date_start

Limit to the start date extracted in the format of YYYY-MM-DD (default = NULL)

date_end

Limit to the end date extracted in the format of YYYY-MM-DD (default = NULL)

item

A list of all types of events wanted to be exported (default = NULL aka all). These can include "record", "user", "page_view","lock_record", "manage", "record_add", "record_edit", "record_delete", "export".

Value

Logging record of the specified events


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