Returns pooled_df dataframe with bleed_date replaced by sample_date.

pooled_bleed_date_to_sample_date(pooled_df, sep = "-")

Arguments

pooled_df

dataframe with bleed_date in yyyymmdd format.

sep

character vector of length one having the character(s) to be used

Value

pooled_df dataframe with sample_date in yyyy-mm-dd format.