is_long | R Documentation |
Checks whether key.variable is duplicated AND there are no separated values in coding variables and returns TRUE of FALSE.
is_long(key_variable, columns, value_sep = ";")
key_variable |
A variable used to identify unique articles/studies. |
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_long(columns, value_sep = ';'); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.