get_selection_long: Turn Daily Data Into Issue Long Data

Description Usage Arguments Value Examples

View source: R/padis_specific_functions.R

Description

This function is very specific and can only turn the daily data into the Selection long data.

Usage

1

Arguments

data

The daily data that should be turned into the long form data

Value

Returns the Selection data-set

Examples

1
2
3
4
5
## not run
# these examples work only with the correct data frames
data_dy <- read.csv("Raw Diary Selection Data.csv", sep = ";", stringsAsFactors = FALSE)
issue <- get_issue_long(data_dy)
head(issue)

kthorstmann/padis documentation built on May 24, 2019, 5:01 a.m.