Package index
-
as_config()
- Coerce a config list to a config class object
-
as_model_out_tbl()
- Convert model output to a
model_out_tbl
class object.
-
check_deprecated_schema()
- Check whether a config file is using a deprecated schema
-
extract_schema_version()
- Extract the schema version from a schema
id
or configschema_version
property character string
-
get_config_tid()
- Get the name of the output type id column based on the schema version
-
get_round_idx()
get_round_ids()
- Utilities for accessing round ID metadata
-
get_round_model_tasks()
- Get the model tasks for a given round
-
get_round_task_id_names()
- Get task ID names for a given round
-
get_schema()
- Download a schema
-
get_schema_url()
- Get the JSON schema download URL for a given config file version
-
get_schema_valid_versions()
- Get a vector of valid schema version
-
get_schema_version_latest()
- Get the latest schema version
-
get_task_id_names()
- Get hub task IDs
-
get_version_config()
get_version_file()
get_version_hub()
- Get hub config schema versions
-
hub_con_output
- Example Hub model output data
-
is_v3_config()
- Is config list representation using v3.0.0 schema?
-
is_v3_config_file()
- Is config file using v3.0.0 schema?
-
is_v3_hub()
- Is hub configured using v3.0.0 schema?
-
model_id_merge()
model_id_split()
- Merge/Split model output tbl
model_id
column
-
read_config()
- Read a hub config file into R
-
read_config_file()
- Read a JSON config file from a path
-
std_colnames
- Hubverse model output standard column names
-
validate_model_out_tbl()
- Validate a
model_out_tbl
object.
-
version_equal()
version_gte()
version_gt()
version_lte()
version_lt()
- Compare hub config
schema_version
s to specific version numbers from a variety of sources