Skip to contents

Thin wrapper over morie_siu_fetch_cases, returning a data frame instead of the CSV path. Mirrors the Python fetch_siu_dataframe() adapter used by the dataset catalog.

Usage

morie_siu_fetch_dataframe(...)

Arguments

...

Forwarded to morie_siu_fetch_cases.

Value

A data frame with the six-column SIU header schema.

Examples

if (FALSE) { # \dontrun{
df <- morie_siu_fetch_dataframe(cache_dir = tempfile("siu_"))
utils::head(df)
} # }