Skip to content
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

Infant Outcomes: data extraction #20

Open
dlemas opened this issue Dec 14, 2022 · 1 comment
Open

Infant Outcomes: data extraction #20

dlemas opened this issue Dec 14, 2022 · 1 comment
Assignees
Labels
data extraction issues related to data extraction via R

Comments

@dlemas
Copy link

dlemas commented Dec 14, 2022

Please extract the data within the "Infant Obesity Outcomes" report that is stored within Redcap. Note: you will need to first populate the report with RedCap variables relevant to infant outcomes.

Script: get_reportData_36954.Rmd

This script requires:

  • access to BEACH study RedCap project via API token
  • R/rstudio configuration using the keyringr package
  • UF VPN access

This script will output:

  • data as an *.Rdata object locally within the directory ~/data/processed/
@dlemas dlemas added the data extraction issues related to data extraction via R label Dec 14, 2022
@dlemas dlemas added this to the BEACH Study Poster milestone Dec 14, 2022
@michele-himadi
Copy link
Collaborator

@dlemas - after looking over the report, I have included the following infant outcomes variables from the Infant Obesity Outcomes (36954) report.

  • Infant Obesity Outcomes (report)/ beach_final_bmi (BMI variable)
  • Infant Obesity Outcomes (report)/ mom3t_crc_wt_kg (Mother's weight variable prenatal)
  • Infant Obesity Outcomes (report)/ compostnat_crc_wt_kg (Mother's weight variable postnatal)
  • Infant Obesity Outcomes (report)/ mom3t_meds_name (medication variable, if any)
  • Infant Obesity Outcomes (report)/ mom3t_when_sick_14d (sick variable, if any)
  • Infant Obesity Outcomes (report)/ mom3t_diabetes (diabetes variable)
  • Infant Obesity Outcomes (report)/ mom3t_bio_child (biological children variable)
  • Infant Obesity Outcomes (report)/ mom3t_preg_previous (previous pregnancies variable)
  • Infant Obesity Outcomes (report)/ mom3t_low_birth_wt (low birth weight in previous children variable)
  • Infant Obesity Outcomes (report)/ mom3t_preterm (preterm delivery in previous pregnancies variable)
  • Infant Obesity Outcomes (report)/ infant_age_days (infant age variable)
  • Infant Obesity Outcomes (report)/ infant_crc_ht_cm (infant height variable)
  • Infant Obesity Outcomes (report)/ infant_crc_wt_kg (infant weight variable)
  • Infant Obesity Outcomes (report)/ wt_zscore (infant zscore variable)
  • Infant Obesity Outcomes (report)/ infant_crc_headcircum_cm (head circumference variable)

Should we add variables from other reports?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data extraction issues related to data extraction via R
Projects
None yet
Development

No branches or pull requests

3 participants