Learn R Programming

immunarch (version 0.10.3)

get_immunarch_news: Get the Latest immunarch Update

Description

Retrieves an update message for immunarch.

Usage

get_immunarch_news(datepoint = "latest")

Value

A character string with the update details or a warning if the key is not found.

Arguments

datepoint

A string specifying the update date. Use "latest" for the most recent update or supply a valid date key (e.g., "Apr 2025").

Details

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.

See Also

list_immunarch_news()