Retrieves an update message for immunarch.
get_immunarch_news(datepoint = "latest")
A character string with the update details or a warning if the key is not found.
A string specifying the update date. Use "latest"
for the most recent update
or supply a valid date key (e.g., "Apr 2025"
).
If datepoint
is set to "latest"
, the function returns the most recent update.
Otherwise, specify the update date key (e.g., "Apr 2025"
) to retrieve that particular update.
If no matching update is found, a warning is issued along with available update keys.
list_immunarch_news()