Description Usage Arguments Value Examples
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).
1 | reshapeHRJtowide(hrj.list)
|
hrj.list |
A list with at least one named data frame, in long format. |
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.
1 2 3 4 | ## Not run:
hrj.list.wide <- reshapeHRJtowide(hrj.list.long)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.