Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 521 Bytes

File metadata and controls

17 lines (12 loc) · 521 Bytes

Extractor

Summary

Exports/pulls REDCap data to R, and lightly munge, such as

  • calculate timespans,
  • convert categories levels into factors, and
  • clean up missing values.
  • It is called by reports and sanitizers

Notes

  • In some ways, it's Fowler's (2002) Table Module. However, it flows only from the server; it's not able to write data to the REDCap server.

Examples