Description Usage Arguments Details Value Author(s) See Also
field_separator
accepts tabular data with column headers or field names
and modifies the separating characters within the column names. Because warehouse
field names are separated by underscores (_
), this replaces underscores
with one or more user-defined characters or metacharacters.
1 | field_separator(data, sep = " ")
|
data |
A |
sep |
A single character string in quotations specifying the character(s)
used to separate words in the column headers or field names. Defaults to a
single space, i.e. |
Objects passed to argument data =
that are not tabular or, if
comprised of a single column, without column names will throw an error.
A data.frame
object or other tabular data structure with modified
separators in column headers, as specified by the user in sep =
.
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.