widen_fchr: widen_fchr

Description Usage Arguments Details Value Author(s)

View source: R/widen_fchr.R

Description

Transpose CSDR FCHR (DD Form 1921-1) Data

Usage

1
widen_fchr(fchr_plus_object, ...)

Arguments

fchr_plus_object

Required. A list object of CSDR FCHR 1921-1 data that has been imported using import_cdsr_excel() and processed thru add_supplemental_fchr_columns().

...

Optional. Allows for use of filter() from {dplyr} and other piped functions.

Details

Takes CSDR FCHR (DD Form 1921-1) data and performs a transpose/pivot_wider so each row is a WBS and each column is one of the CSDR FCHR's (DD Form 1921-1's) data cells. The primary use case for this is to lay CSDR FCHR (DD Form 1921-1) data alongside a CSDR CDSR (DD Form 1921) submission.

Value

Returns a tibble with each WBS element as a row and CSDR 1921-1 data as columns.

Author(s)

Daniel Germony daniel.r.germony.civ@mail.mil


daniel-r-germony/dstCSDR documentation built on Jan. 4, 2020, 12:16 a.m.