gender_code_list <- c(rep('M', 100), rep('F', 100), 'N', rep(NA, 25))
residential_housing_code_list <- c('N','R','C','H','0','M','G','S','A')
student_type_code_list <- c('N','2','R','C','T','3','P','H','0','5','1','F','S')
primary_level_class_id_list <- c('JR','SR','FR','GG','SO', NA)
primary_degree_id_list <- c('BS','BM','BAS','MAT','BME','CER1','AA','AB','MACC','AC',
'BIS','BA','TR','MA','AS','ND','CER0','BSN','AAS','BFA','MMFT','APE', NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.