This commit is contained in:
Andreas Gammelgaard Damsbo 2023-06-05 08:43:03 +02:00
commit 72c86fb26f
7 changed files with 126 additions and 159 deletions

View file

@ -8,16 +8,17 @@
<meta name="description" content="Forked from REDCapRITS by Paul Egeler and Spectrum Health.
See &lt;https://github.com/SpectrumHealthResearch/REDCapRITS&gt;.
Handles castellated datasets from REDCap projects with repeating instruments.
Assists in splitting raw REDCap data exports to base table and child tables
for each repeated instrument. Keeps a focused data export approach, by
allowing to only export required data from the database.
Assists in casting tidy tables from raw REDCap data exports for each
repeated instrument. Keeps a focused data export approach, by allowing to
only export required data from the database.
REDCap (Research Electronic Data Capture) is a secure, web-based software
platform designed to support data capture for research studies, providing
1) an intuitive interface for validated data capture; 2) audit trails for
tracking data manipulation and export procedures; 3) automated export
procedures for seamless data downloads to common statistical packages; and
4) procedures for data integration and interoperability with external sources
(&lt;doi:10.1016/j.jbi.2008.08.010&gt;; &lt;doi:10.1016/j.jbi.2019.103208&gt;).">
(Harris et al (2009) &lt;doi:10.1016/j.jbi.2008.08.010&gt;;
Harris et al (2019) &lt;doi:10.1016/j.jbi.2019.103208&gt;).">
<title>REDCap Castellated Data Handling • REDCapCAST</title>
<!-- favicons --><link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
@ -33,16 +34,17 @@
<meta property="og:description" content="Forked from REDCapRITS by Paul Egeler and Spectrum Health.
See &lt;https://github.com/SpectrumHealthResearch/REDCapRITS&gt;.
Handles castellated datasets from REDCap projects with repeating instruments.
Assists in splitting raw REDCap data exports to base table and child tables
for each repeated instrument. Keeps a focused data export approach, by
allowing to only export required data from the database.
Assists in casting tidy tables from raw REDCap data exports for each
repeated instrument. Keeps a focused data export approach, by allowing to
only export required data from the database.
REDCap (Research Electronic Data Capture) is a secure, web-based software
platform designed to support data capture for research studies, providing
1) an intuitive interface for validated data capture; 2) audit trails for
tracking data manipulation and export procedures; 3) automated export
procedures for seamless data downloads to common statistical packages; and
4) procedures for data integration and interoperability with external sources
(&lt;doi:10.1016/j.jbi.2008.08.010&gt;; &lt;doi:10.1016/j.jbi.2019.103208&gt;).">
(Harris et al (2009) &lt;doi:10.1016/j.jbi.2008.08.010&gt;;
Harris et al (2019) &lt;doi:10.1016/j.jbi.2019.103208&gt;).">
<meta property="og:image" content="/logo.png">
<!-- mathjax --><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>