USAID-OHA-SI / gophr

Utility functions related to working with the MER Structured Dataset
https://usaid-oha-si.github.io/gophr/
Other
1 stars 0 forks source link

Bug with PDAP reading in a txt file #41

Closed achafetz closed 4 months ago

achafetz commented 4 months ago

When read_psd is run on a .txt file on PDAP, all columns are read into a single column

  path_msd <-  si_path() %>% return_latest("OU_IM")
  df_msd <- read_psd(path_msd)

image

achafetz commented 4 months ago

Testing and looking over the pdap vignette, the deminiter is not the normal '\t' as it would be for a typical MSD stored as a tab demilited file, but rather '|'