condensed_to_long: Condensed to long

View source: R/translate_condensed.R

condensed_to_longR Documentation

Condensed to long

Description

Convert from condensed format to long format based on the presence of a given value separator within a given set of columns.

Usage

condensed_to_long(data, columns, value_sep = ";")

Arguments

data

A dataframe containing rows of systematic review data in condensed format.

columns

A set of columns containing coded data from within a dataframe.

value_sep

A character used to separate values within the data. The default is set to ';'.

Value

A dataframe in 'long' format.


softloud/sysrevdata documentation built on June 7, 2022, 1:21 p.m.