Update Study
update_study(study_id, d)
integer ID of study to update
named list containing fields to update
returns the updated study, its subjects, specimens, and their containers
update_study(1, list(title = "My new title"))
#> Error in conn$update_study(study_id, d): attempt to apply non-function