is_condensed | R Documentation |
Checks if separator is present in given coding columns and returns TRUE or FALSE.
is_condensed(columns, value_sep = ";")
columns |
A set of columns containing coded data from within a dataframe. |
value_sep |
A character used to separate values within the data. |
Logical argument, TRUE or FALSE
## Not run: is_condensed(columns, value_sep = ';'); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.