Description Usage Arguments Details Value Author(s) See Also
decode_college
converts all *COLLEGE
code fields, e.g. GRAD_COLLEGE
,
into full-length labels by evaluating a scalar or vector of values of class
character.
1 | decode_college(code, short = FALSE)
|
code |
A scalar or vector of length n and class character containing
one or more college codes, e.g. |
short |
A logical value indicating whether labels should be abbreviated.
Useful for tables and graphics in limiting real estate and non-data ink.
Defaults to |
Output may be made categorical using function
factor
or as.factor
. This function also allows for easily
tallying counts using, e.g., function table
.
Values containing unrecognized college codes are coerced to NA
(missing) values and a warning message is thrown.
A scalar or vector of values of class character containing full-length or abbreviated college names. Missing values are preserved.
Jamison R. Crawford, Institutional Research Associate, Georgia State University
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.