Technomics / readflexfile

An R package to read the Flex File data format.
GNU General Public License v3.0
2 stars 1 forks source link

flatten_data() drops metadata from FAC rows #32

Closed ahjames11 closed 2 years ago

ahjames11 commented 2 years ago

program_name, approved_plan_number, etc are all blank for FACs after running flatten_data().

file <- system.file("extdata", "Sample_FlexFile_A.zip", package = "flexample")
flexfile <- read_flexfile(file)

flexfile %>%
  flatten_data() %>%  View()