Skip to content

R implementation of the REDCap equation and calculated field syntax. WIP.

License

Notifications You must be signed in to change notification settings

MichaelPascale/redcap-equation-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse and Execute REDCap Equations in R

The aim of this repository is to provide an R implementation of the syntax for equations and calculated fields employed by REDCap such that fields can be recalculated and checked against REDCap from a local R pipeline.

Currently, only basic functionality is achieved; a REPL can be run with language.R.

To-do List:

  • implement basic grammar
  • implement REDCap functions
  • implement a standard format for the REDCap dataframe
  • create R package

Copyright (c) 2021, Michael Pascale. MIT licensed.

Created with rly, an R implementation of lex and yacc.

About

R implementation of the REDCap equation and calculated field syntax. WIP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages