Skip to contents

Create new model entry

Usage

create_new_model_entry(
  pathogen = NA,
  new_model = list(article_id = as.numeric(NA), model_type = as.character(NA),
    compartmental_type = as.character(NA), stoch_deter = as.character(NA),
    theoretical_model = as.logical(NA), interventions_type = as.character(NA),
    code_available = as.logical(NA), transmission_route = as.character(NA), assumptions =
    as.character(NA), covidence_id = as.integer(NA))
)

Arguments

pathogen

name of pathogen

new_model

all the required details for the new model

Value

return new row of data to be added to the model data set using the append_new_entry_to_table() function