Skip to content

Instantly share code, notes, and snippets.

View peterolejua's full-sized avatar

Peter Olejua peterolejua

  • University of South Carolina
  • USA, SC.
  • 11:38 (UTC -12:00)
View GitHub Profile
@peterolejua
peterolejua / missingSummary.R
Last active October 23, 2019 22:00 — forked from nutterb/missingSummary.R
Generate a Report of Fields with Missing Values in a REDCap Database Using the redcapAPI package
#### Intended for use with the `redcapAPI` package
#' @name missingSummary
#' @aliases missingSummary.redcapApiConnection
#' @aliases missingSummary.redcapDbConneciton
#' @aliases missingSummary_offline
#' @export missingSummary
#' @export missingSummary.redcapApiConnection
#' @export missingSummary.redcapDbConnection
#' @export missingSummary_offline
#'