Hi,
if at the same time as this call:
|
sys_name = as.character(unlist(lapply(systems_in_db(),function(x) x$system_name))) |
somebody inserts a new system, then sys_name and sys_id can be out of sync.
Very low priority, but keep in mind "what could possibly go wrong" :-)