get_config_mosquito_trace {MicroMoB} | R Documentation |
The JSON config file should have 1 entry:
oviposit: vector
For interpretation of the entries, please read setup_mosquito_trace.
get_config_mosquito_trace(path)
path |
a file path to a JSON file |
a named list
# to see an example of proper JSON input, run the following
library(jsonlite)
par <- list(
"oviposit" = rep(1, 5)
)
toJSON(par, pretty = TRUE)