get_round_model_tasks {hubUtils} | R Documentation |
Get the model tasks for a given round
Description
Get the model tasks for a given round
Usage
get_round_model_tasks(config_tasks, round_id)
Arguments
config_tasks |
a list version of the content's of a hub's |
round_id |
Character string. Round identifier. If the round is set to
|
Value
a list representation of model tasks for a given round.
Examples
hub_path <- system.file("testhubs/simple", package = "hubUtils")
config_tasks <- read_config(hub_path, "tasks")
get_round_model_tasks(config_tasks, round_id = "2022-10-08")
get_round_model_tasks(config_tasks, round_id = "2022-10-15")
[Package hubUtils version 0.1.7 Index]