-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Longitudinal project in REDCap #1
Comments
I already created a shell project called Database Management. I have given you @wibeasley and David @bard1536 access to it. I gave you access to the user rights so you can adjust your own rights to what is appropriate. If you would like me to change the name of the project let me know. |
The four variables have been added. REDCap automatically creates a variable named record_id. So, right now your project has 5 variables (record_id plus the 4 you requested). In your R code, you may want to have some sort of autonumber to fill in the values for record_id. I could make the record_id be the database variable, but this field has to have a unique value. FYI, probe_date is set to a M-D-Y H:M:S. If you need it in a different format, let me know. I will leave this project in the development stage for now. When you're ready, you can move it to production, or I can. Just let me know. |
@thomasnwilson, I think we'll eventually want to change the name from 'Database Management', at least because we'll have two sister REDCap projects where that name could apply. But this is fine for now. Is it pretty easy to change later? I assume the @bard1536, the following is more for your benefit. The second project is more like demographic information, where there's just one record per database. Currently, I'm thinking:
|
@wibeasley It is very easy to change the name later. Only takes a few seconds. I am pretty confident that the project_id will stay the same. If you what you want to name it, I can change it now. |
Thanks @thomasnwilson, it looks great. Thanks for setting it up, and saving me a lot of time figure out the system. I promise to learn & do it myself for the parent project. I did change the date format to ISO-8601, for several reasons. Partly because R handles it natively. Partly because I like it better. Partly because it gives me an excuse to reference an XKCD cartoon. |
@wibeasley All good reasons. |
For the record, I changed it from 'Database Management' to 'Database Management Log'. You're right that the project_id didn't change. |
@thomasnwilson, thanks for agreeing to do this. As of right now, I think this project needs just four columns.
record_id
: autonumber field (recommended by @thomasnwilson )database
: a text fieldtable
: a text fieldprobe_date
: a date and time fieldrow_count
: an integer fieldPlease call my house if you have questions.
The text was updated successfully, but these errors were encountered: