Currently, when one is creating conceptset via cs(), it has to use getConceptSetDetails() afterwards to fill in the concept names and domain_id-s of the conceptset. This is inconvenient when you do not have direct access to OMOP database.
However, you may have the vocabulary in the R project as CSV files or just as R object. Then, it would be very helpful if I could just update conceptset object after creating it via cs() or even while creating it by providing the corresponding names and domains as variables.