reshapeHRJtowide: (HRJ) Reshape HRJ data frame from long to wide format for...

Description Usage Arguments Value Examples

Description

This function was intended to prepare the 'workingdata' data frame for export, but could also be applied to the 'C' and 'B' data frames (long format).

Usage

1
reshapeHRJtowide(hrj.list)

Arguments

hrj.list

A list with at least one named data frame, in long format.

Value

A list of with the same number of data frames, in wide format (same structure as HRJ database tables), as was found in the list included in the function argument.

Examples

1
2
3
4
## Not run: 
hrj.list.wide <- reshapeHRJtowide(hrj.list.long)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.