trim_spaces.RdRemove '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.
if (FALSE) { data <- trim_spaces(data); }