Update Study

update_study(study_id, d)

Arguments

study_id

integer ID of study to update

d

named list containing fields to update

Value

returns the updated study, its subjects, specimens, and their containers

Examples

update_study(1, list(title = "My new title"))
#> Error in conn$update_study(study_id, d): attempt to apply non-function