Update Item Rows
rows_update.Rd
Update Item Rows
Details
values is a named list. The names are used to check the corresponding values vs the data.model (class, default values if the provided one is not valid). The elements in the list must have either length one or same length as the id element.
When an element has length one but the id has several values, all items corresponding to these ids will be updated with same value. To do so, values will be turned into a data.frame using as.data.frame ; for this reason, it's strongly advised to wrap the call into tryCatch as this may fail.