This function defines the column types for the models in the dataset. It returns a list of column types with their corresponding names.
Examples
model_column_type()
#> $id
#> <collector_character>
#>
#> $model_data_id
#> <collector_character>
#>
#> $article_id
#> <collector_integer>
#>
#> $pathogen
#> <collector_character>
#>
#> $ebola_variant
#> <collector_character>
#>
#> $model_type
#> <collector_character>
#>
#> $compartmental_type
#> <collector_character>
#>
#> $stoch_deter
#> <collector_character>
#>
#> $theoretical_model
#> <collector_logical>
#>
#> $interventions_type
#> <collector_character>
#>
#> $code_available
#> <collector_logical>
#>
#> $transmission_route
#> <collector_character>
#>
#> $assumptions
#> <collector_character>
#>
#> $covidence_id
#> <collector_integer>
#>