LoadSurveyResponses: LoadSurveyResponses

LoadSurveyResponsesR Documentation

LoadSurveyResponses

Description

LoadSurveyResponses class

Format

An R6 class object.

Details

Load survey responses from REDCap questionnaires.

Super classes

exceedapi::SnapshotBackend -> exceedapi::API -> exceedapi::Step -> LoadSurveyResponses

Methods

Public methods

Inherited methods

Method new()

Usage
LoadSurveyResponses$new(
  pipeline,
  parse_factors = TRUE,
  parse_survey_fields = TRUE,
  ...
)

Method transform()

Usage
LoadSurveyResponses$transform(.data, .collect, ...)

Method get_responses()

Usage
LoadSurveyResponses$get_responses(project, .collect, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
LoadSurveyResponses$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


legenepi/exceed-pipelines documentation built on Oct. 22, 2024, 7:48 p.m.