View source: R/repair_and_replace.R
trim_spaces | R Documentation |
Remove 'unnecessary' whitespace (leading spaces and trailing spaces for each cell value and either side of a given separator).
trim_spaces(data, value_sep = ";")
data |
A dataframe containing rows of systematic review data. |
value_sep |
A character used to separate values within the data. The default is set to ';'. |
Dataframe with whitespace removed.
## Not run: data <- trim_spaces(data); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.