View source: R/make_ef1_part_H.R
make_ef1_part_H | R Documentation |
Make Fall Enrollment Part H (Sex Unknown)
make_ef1_part_H(
df,
ugender = lifecycle::deprecated(),
ggender = lifecycle::deprecated()
)
df |
A dataframe of student enrollment 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.