Skip to content

Commit

Permalink
Add data_groups for tables missing that detail
Browse files Browse the repository at this point in the history
closes #19
  • Loading branch information
rsgoncalves committed Dec 5, 2023
1 parent 3e8539c commit 0851ab7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 16 deletions.
18 changes: 17 additions & 1 deletion code/get_nhanes_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ add_manifest <- function(manifest, nhanes_tables, use_constraints, manifest_vari
table_name <- subset$TableDesc[1]

if(is.na(table_name)) {
print(paste("nhanesManifest() does not contain a table name for ", missing_table, ". Scraping from documentation webpage..."))
print(paste("nhanesA::nhanesManifest() does not contain a table name for ", missing_table, ". Scraping from documentation webpage..."))
webpage <- read_html(doc_url)
h3_text <- webpage %>% html_nodes("#PageHeader h3") %>% html_text()
split_string <- strsplit(h3_text, "\\(")
Expand All @@ -135,6 +135,22 @@ add_manifest <- function(manifest, nhanes_tables, use_constraints, manifest_vari
print(conditionMessage(e))
})
}
if(is.na(data_group)) {
print(paste("nhanesA::nhanesManifest() does not contain a data group for ", missing_table))
if(missing_table %in% c("DOC_2000", "PAX80_G_R", "PAXLUX_G_R", "DRXFMT", "DRXFMT_B",
"FOODLK_C", "FOODLK_D", "VARLK_C", "VARLK_D")) {
data_group <- "Documentation"
}
else if(missing_table == "DRXFCD_I" || missing_table == "DRXFCD_J") {
data_group <- "Dietary"
}
else if(missing_table %in% c("POOLTF_D", "POOLTF_E", "PFC_POOL")) {
data_group <- "Laboratory"
}
else if(missing_table == "YDQ") {
data_group <- "Questionnaire"
}
}
new_row <- data.frame(Table=missing_table, TableName=table_name, BeginYear=begin_year, EndYear=end_year, DataGroup=data_group,
UseConstraints=use_constraints, DocFile=doc_url, DataFile=data_file_url, DatePublished=date_published)
nhanes_tables <- rbind(nhanes_tables, new_row)
Expand Down
30 changes: 15 additions & 15 deletions metadata/nhanes_tables.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"DLQ_H" "Disability" "2013" "2014" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/DLQ_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/DLQ_H.XPT" "October 2015"
"DLQ_I" "Disability" "2015" "2016" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/DLQ_I.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/DLQ_I.XPT" "September 2017"
"DLQ_J" "Disability" "2017" "2018" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/DLQ_J.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/DLQ_J.XPT" "February 2020"
"DOC_2000" "Second Day Lab General Documentation " "2014" "2014" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/DOC_2000.htm" "https://wwwn.cdc.gov" "March 2010"
"DOC_2000" "Second Day Lab General Documentation " "2014" "2014" "Documentation" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/DOC_2000.htm" "https://wwwn.cdc.gov" "March 2010"
"DOXPOL_D" "Polychlorinated dibenzo-p-dioxins (PCDDs), Dibenzofurans (PCDFs) & Coplanar Polychlorinated Biphenyls (cPCBs) - Pooled Samples" "2005" "2006" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/DOXPOL_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/DOXPOL_D.XPT" "Updated November 2020"
"DOXPOL_E" "Polychlorinated dibenzo-p-dioxins (PCDDs), Dibenzofurans (PCDFs) & Coplanar Polychlorinated Biphenyls (cPCBs) - Pooled Samples" "2007" "2008" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/DOXPOL_E.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/DOXPOL_E.XPT" "Updated November 2020"
"DOXPOL_F" "Polychlorinated dibenzo-p-dioxins (PCDDs), Dibenzofurans (PCDFs) & Coplanar Polychlorinated Biphenyls (cPCBs) - Pooled Samples" "2009" "2010" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/DOXPOL_F.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/DOXPOL_F.XPT" "Updated November 2020"
Expand Down Expand Up @@ -351,10 +351,10 @@
"DRXFCD_F" "Dietary Interview Technical Support File - Food Codes" "2009" "2010" "Dietary" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/DRXFCD_F.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/DRXFCD_F.XPT" "June 2012"
"DRXFCD_G" "Dietary Interview Technical Support File - Food Codes" "2011" "2012" "Dietary" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/DRXFCD_G.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/DRXFCD_G.XPT" "September 2014"
"DRXFCD_H" "Dietary Interview Technical Support File - Food Codes" "2013" "2014" "Dietary" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/DRXFCD_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/DRXFCD_H.XPT" "September 2016"
"DRXFCD_I" "Dietary Interview Technical Support File - Food Codes " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/DRXFCD_I.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/DRXFCD_I.XPT" "July 2018"
"DRXFCD_J" "Dietary Interview Technical Support File - Food Codes " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/DRXFCD_J.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/DRXFCD_J.XPT" "June 2020"
"DRXFMT" "Dietary Interview Technical Support File - Food Code Format File " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/DRXFMT.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/DRXFMT.XPT" "July 2010"
"DRXFMT_B" "Dietary Interview Technical Support File - Food Code Format File " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/DRXFMT_B.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/DRXFMT_B.XPT" "July 2010"
"DRXFCD_I" "Dietary Interview Technical Support File - Food Codes " "2005" "2006" "Dietary" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/DRXFCD_I.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/DRXFCD_I.XPT" "July 2018"
"DRXFCD_J" "Dietary Interview Technical Support File - Food Codes " "2005" "2006" "Dietary" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/DRXFCD_J.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/DRXFCD_J.XPT" "June 2020"
"DRXFMT" "Dietary Interview Technical Support File - Food Code Format File " "2005" "2006" "Documentation" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/DRXFMT.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/DRXFMT.XPT" "July 2010"
"DRXFMT_B" "Dietary Interview Technical Support File - Food Code Format File " "2005" "2006" "Documentation" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/DRXFMT_B.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/DRXFMT_B.XPT" "July 2010"
"DRXIFF" "Dietary Interview - Individual Foods" "1999" "2000" "Dietary" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/DRXIFF.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/DRXIFF.XPT" "Updated July 2010"
"DRXIFF_B" "Dietary Interview - Individual Foods" "2001" "2002" "Dietary" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/DRXIFF_B.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/DRXIFF_B.XPT" "Updated July 2010"
"DRXMCD_C" "Dietary Interview Technical Support File - Modification Codes" "2003" "2004" "Dietary" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/DRXMCD_C.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/DRXMCD_C.XPT" "Updated November 2007"
Expand Down Expand Up @@ -538,8 +538,8 @@
"FOLFMS_H" "Folate Forms - Total & Individual - Serum" "2013" "2014" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/FOLFMS_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/FOLFMS_H.XPT" "February 2019"
"FOLFMS_I" "Folate Forms - Total & Individual - Serum" "2015" "2016" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/FOLFMS_I.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/FOLFMS_I.XPT" "February 2019"
"FOLFMS_J" "Folate Forms - Total & Individual - Serum" "2017" "2018" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/FOLFMS_J.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/FOLFMS_J.XPT" "July 2020"
"FOODLK_C" "Food Frequency Questionnaire - Look-Up Table FOODLOOK " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/FOODLK_C.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/FOODLK_C.XPT" "March 2010"
"FOODLK_D" "Food Frequency Questionnaire - Look-Up Table FOODLOOK " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/FOODLK_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/FOODLK_D.xpt" "March 2010"
"FOODLK_C" "Food Frequency Questionnaire - Look-Up Table FOODLOOK " "2005" "2006" "Documentation" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/FOODLK_C.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/FOODLK_C.XPT" "March 2010"
"FOODLK_D" "Food Frequency Questionnaire - Look-Up Table FOODLOOK " "2005" "2006" "Documentation" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/FOODLK_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/FOODLK_D.xpt" "March 2010"
"FORMAL_H" "Formaldehyde" "2013" "2014" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/FORMAL_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/FORMAL_H.XPT" "March 2020"
"FORMAL_I" "Formaldehyde" "2015" "2016" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/FORMAL_I.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/FORMAL_I.XPT" "January 2020"
"FORMAS_H" "Formaldehyde - Special Sample" "2013" "2014" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/FORMAS_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/FORMAS_H.XPT" "March 2020"
Expand Down Expand Up @@ -1170,7 +1170,7 @@
"PAQIAF_C" "Physical Activity - Individual Activities" "2003" "2004" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/PAQIAF_C.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/PAQIAF_C.XPT" "November 2005"
"PAQIAF_D" "Physical Activity - Individual Activities" "2005" "2006" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/PAQIAF_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/PAQIAF_D.XPT" "November 2007"
"PAQY_J" "Physical Activity - Youth" "2017" "2018" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/PAQY_J.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/PAQY_J.XPT" "February 2020"
"PAX80_G_R" "Physical Activity Monitor - Raw Data 80hz " "2014" "2014" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/PAX80_G_R.htm" "https://wwwn.cdc.gov" "Updated October 2022"
"PAX80_G_R" "Physical Activity Monitor - Raw Data 80hz " "2014" "2014" "Documentation" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/PAX80_G_R.htm" "https://wwwn.cdc.gov" "Updated October 2022"
"PAXA_G_R" "Physical Activity Monitor - Header" "2012" "2012" "Examination" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/2012-2012/PAXA_G_R.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2012-2012/PAXA_G_R.XPT" "November 2020"
"PAXD_G_R" "Physical Activity Monitor - Day" "2012" "2012" "Examination" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/2012-2012/PAXD_G_R.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2012-2012/PAXD_G_R.XPT" "November 2020"
"PAXDAY_G" "Physical Activity Monitor - Day" "2011" "2012" "Examination" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/PAXDAY_G.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/PAXDAY_G.XPT" "November 2020"
Expand All @@ -1180,7 +1180,7 @@
"PAXHD_H" "Physical Activity Monitor - Header" "2013" "2014" "Examination" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/PAXHD_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/PAXHD_H.XPT" "November 2020"
"PAXHR_G" "Physical Activity Monitor - Hour" "2011" "2012" "Examination" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/PAXHR_G.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/PAXHR_G.XPT" "November 2020"
"PAXHR_H" "Physical Activity Monitor - Hour" "2013" "2014" "Examination" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/PAXHR_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/PAXHR_H.XPT" "November 2020"
"PAXLUX_G_R" "Physical Activity Monitor - Ambient Light Raw Data " "2014" "2014" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/PAXLUX_G_R.htm" "https://wwwn.cdc.gov" "October 2022"
"PAXLUX_G_R" "Physical Activity Monitor - Ambient Light Raw Data " "2014" "2014" "Documentation" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/PAXLUX_G_R.htm" "https://wwwn.cdc.gov" "October 2022"
"PAXM_G_R" "Physical Activity Monitor - Minute" "2012" "2012" "Examination" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/2012-2012/PAXM_G_R.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2012-2012/PAXM_G_R.XPT" "Updated October 2022"
"PAXMIN_G" "Physical Activity Monitor - Minute" "2011" "2012" "Examination" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/PAXMIN_G.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/PAXMIN_G.XPT" "Updated October 2022"
"PAXMIN_H" "Physical Activity Monitor - Minute" "2013" "2014" "Examination" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/PAXMIN_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/PAXMIN_H.XPT" "Updated October 2022"
Expand Down Expand Up @@ -1217,7 +1217,7 @@
"PFC_E" "Polyfluoroalkyl Chemicals" "2007" "2008" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/PFC_E.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/PFC_E.XPT" "Updated October 2013"
"PFC_F" "Polyfluoroalkyl Chemicals" "2009" "2010" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/PFC_F.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/PFC_F.XPT" "Updated October 2013"
"PFC_G" "Polyfluoroalkyl Chemicals" "2011" "2012" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/PFC_G.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/PFC_G.XPT" "Updated October 2014"
"PFC_POOL" "Polyfluoroalkyl Chemicals - Pooled Samples " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/PFC_POOL.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/PFC_POOL.XPT" "October 2008"
"PFC_POOL" "Polyfluoroalkyl Chemicals - Pooled Samples " "2005" "2006" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/PFC_POOL.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/PFC_POOL.XPT" "October 2008"
"PFQ" "Physical Functioning" "1999" "2000" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/PFQ.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/PFQ.XPT" "June 2002"
"PFQ_B" "Physical Functioning" "2001" "2002" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/PFQ_B.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/PFQ_B.XPT" "May 2004"
"PFQ_C" "Physical Functioning" "2003" "2004" "Questionnaire" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/PFQ_C.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/PFQ_C.XPT" "Updated March 2008"
Expand All @@ -1243,8 +1243,8 @@
"PHYTO_D" "Phytoestrogens - Urine" "2005" "2006" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/PHYTO_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/PHYTO_D.XPT" "August 2011"
"PHYTO_E" "Phytoestrogens - Urine" "2007" "2008" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/PHYTO_E.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/PHYTO_E.XPT" "July 2012"
"PHYTO_F" "Phytoestrogens - Urine" "2009" "2010" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/PHYTO_F.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/PHYTO_F.XPT" "January 2013"
"POOLTF_D" "Pooled-Sample Technical Support File " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/POOLTF_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/POOLTF_D.XPT" "November 2018"
"POOLTF_E" "Pooled-Sample Technical Support File " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/POOLTF_E.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/POOLTF_E.XPT" "November 2018"
"POOLTF_D" "Pooled-Sample Technical Support File " "2005" "2006" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/POOLTF_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/POOLTF_D.XPT" "November 2018"
"POOLTF_E" "Pooled-Sample Technical Support File " "2005" "2006" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/POOLTF_E.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2007-2008/POOLTF_E.XPT" "November 2018"
"POOLTF_F" "Pooled-Sample Technical Support File" "2009" "2010" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/POOLTF_F.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2009-2010/POOLTF_F.XPT" "September 2017"
"POOLTF_G" "Pooled-Sample Technical Support File" "2011" "2012" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/POOLTF_G.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/POOLTF_G.XPT" "April 2018"
"POOLTF_H" "Pooled-Sample Technical Support File" "2013" "2014" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/POOLTF_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/POOLTF_H.XPT" "May 2018"
Expand Down Expand Up @@ -1649,8 +1649,8 @@
"UVOCS_G" "Volatile Organic Compound (VOC) Metabolites - Urine - Special Sample" "2011" "2012" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/UVOCS_G.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2011-2012/UVOCS_G.XPT" "Updated November 2021"
"UVOCS_H" "Volatile Organic Compound (VOC) Metabolites - Urine - Special Sample" "2013" "2014" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/UVOCS_H.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2013-2014/UVOCS_H.XPT" "Updated November 2021"
"UVOCS_I" "Volatile Organic Compound (VOC) Metabolites - Urine - Special Sample" "2015" "2016" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/UVOCS_I.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2015-2016/UVOCS_I.XPT" "Updated November 2021"
"VARLK_C" "Food Frequency Questionnaire - Look-Up Table VARLOOK " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/VARLK_C.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/VARLK_C.XPT" "March 2010"
"VARLK_D" "Food Frequency Questionnaire - Look-Up Table VARLOOK " "2005" "2006" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/VARLK_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/VARLK_D.xpt" "March 2010"
"VARLK_C" "Food Frequency Questionnaire - Look-Up Table VARLOOK " "2005" "2006" "Documentation" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/VARLK_C.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/VARLK_C.XPT" "March 2010"
"VARLK_D" "Food Frequency Questionnaire - Look-Up Table VARLOOK " "2005" "2006" "Documentation" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/VARLK_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/VARLK_D.xpt" "March 2010"
"VCWB_K_R" "Volatile Organic Compounds - A-Pinene - Blood" "2014" "2014" "Laboratory" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/VCWB_K_R.htm" "https://wwwn.cdc.gov" "January 2022"
"VIC_D" "Vitamin C" "2005" "2006" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/VIC_D.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2005-2006/VIC_D.XPT" "February 2009"
"VIC_J" "Vitamin C" "2017" "2018" "Laboratory" "None" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/VIC_J.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2017-2018/VIC_J.XPT" "June 2020"
Expand Down Expand Up @@ -1727,7 +1727,7 @@
"YCQ" "Mental Health - Conduct Disorder - Youth" "1999" "2000" "Questionnaire" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/YCQ.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/YCQ.XPT" "January 2007"
"YCQ_B" "Mental Health - Conduct Disorder - Youth" "2001" "2002" "Questionnaire" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/YCQ_B.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2001-2002/YCQ_B.XPT" "January 2007"
"YCQ_C" "Mental Health - Conduct Disorder - Youth" "2003" "2004" "Questionnaire" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/YCQ_C.htm" "https://wwwn.cdc.gov/Nchs/Nhanes/2003-2004/YCQ_C.XPT" "January 2007"
"YDQ" "Mental Health Diagnostic Interview - Youth " "2014" "2014" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/YDQ.htm" "https://wwwn.cdc.gov" "October 2006"
"YDQ" "Mental Health Diagnostic Interview - Youth " "2014" "2014" "Questionnaire" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/YDQ.htm" "https://wwwn.cdc.gov" "October 2006"
"YDQA" "Mental Health - Attention Deficit Disorder/Hyperactivity - Youth" "2014" "2014" "Questionnaire" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/YDQA.htm" "https://wwwn.cdc.gov" "October 2006"
"YDQC" "Mental Health - Conduct Disorder - Youth, Parent Version" "2014" "2014" "Questionnaire" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/YDQC.htm" "https://wwwn.cdc.gov" "October 2006"
"YDQD" "Mental Health - Major Depression/Dysthymic Disorder - Youth" "2014" "2014" "Questionnaire" "RDC Only" "https://wwwn.cdc.gov/Nchs/Nhanes/limited_access/YDQD.htm" "https://wwwn.cdc.gov" "October 2006"
Expand Down
Binary file modified nhanes_metadata.db.tar.xz
Binary file not shown.

0 comments on commit 0851ab7

Please sign in to comment.