View source: R/make_e1d_part_D.R
make_e1d_part_D | R Documentation |
Make 12 Month Enrollment Part D (gender details)
make_e1d_part_D(
df,
ugender = lifecycle::deprecated(),
ggender = lifecycle::deprecated()
)
df |
A dataframe of student/degree information |
ugender |
'r lifecycle::badge("deprecated")' A boolean: TRUE means you are collecting and able to report "another gender" for undergraduate students, even if you have no (or few) such students. Set as FALSE if necessary. **Starting in 2025-2026, this argument will be ignored by later code.** |
ggender |
'r lifecycle::badge("deprecated")' A boolean: TRUE means you are collecting and able to report "another gender" for graduate students, even if you have no (or few) such students. Set as FALSE if necessary. **Starting in 2025-2026, this argument will be ignored by later code.** |
A dataframe with the required IPEDS structure for this survey part
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.