mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 05:20:23 +01:00
fixing typo
This commit is contained in:
parent
a2dcdc73a9
commit
dea0a2ed9b
@ -51,7 +51,7 @@
|
||||
%MACRO REDCAP_SPLIT(
|
||||
DATA_SET = REDCAP /* The name of the SAS dataset created by REDCap */,
|
||||
DATA_DICTIONARY = REDCAP_DATA_DICTIONARY /* The name of the SAS dataset of the data dictionary */,
|
||||
NUMERIC_SUBTABLES = N /* Y/N: Should the subtables be numbered (Y) or should the be based on the name of the repeating instrument (N)? */
|
||||
NUMERIC_SUBTABLES = N /* Y/N: Should the subtables be numbered (Y) or should they be based on the name of the repeating instrument (N)? */
|
||||
);
|
||||
|
||||
/* Find the key that links the base table to child tables */
|
||||
|
Loading…
Reference in New Issue
Block a user