Create a simple function to grab the asof (perhaps other metadata?) ```r get_edf_asof <- function(x) attr(x, "metadata")$as_of ``` _Originally posted by @dsweber2 in https://github.com/cmu-delphi/epipredict/pull/296#discussion_r1779247644_