
Compose a compound identifier string from a resource's typed fields
Source:R/identifier.R
compose_identifier.RdCompose a compound identifier string from a resource's typed fields
Examples
r <- new_resource("Antibody", "Anti-TH", catalog_number = "AB152",
rrid = "RRID:AB_390204", new_or_reuse = "reuse")
compose_identifier(r)
#> [1] "Cat# AB152; RRID:AB_390204"