Set the primary key column of the metadata
Arguments
- meta
An
rsdv_metadataobject.- column
Name of the primary key column. Must already be registered via
set_column_type().
Examples
meta <- metadata() |>
set_column_type("id", "id") |>
set_primary_key("id")