Skip to contents

Updates metadata fields for an existing lookup table without re-adding the data. Currently supports updating col_filters.

Usage

update_lookup_metadata(
  code_type,
  lookup_version = "latest",
  ...,
  col_filters = NULL
)

Arguments

code_type

The coding system type (e.g. "SNOMED CT").

lookup_version

The version to update. Use "latest" (default) to update the most recent version.

...

These dots are for future extensions and must be empty.

col_filters

Column filter specification to set. See lookup_metadata() for the format. Use NULL to clear existing filters.

Value

TRUE invisibly if successful.