Description Usage Arguments Details Value Author(s) See Also
decode_email
converts email code fields into full-length descriptions
by evaluating a scalar or vector of values of class character. It also
allows automated "cleaning" of validated values in a more human-readable
format.
1 | decode_email(code, clean = FALSE)
|
code |
A scalar or vector of length n and class character containing one or more email codes. |
clean |
A logical value (i.e. |
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 email 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 email descriptions. 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.