omics_update_annotation_store_version {paws.storage}R Documentation

Updates the description of an annotation store version

Description

Updates the description of an annotation store version.

See https://www.paws-r-sdk.com/docs/omics_update_annotation_store_version/ for full documentation.

Usage

omics_update_annotation_store_version(name, versionName, description = NULL)

Arguments

name

[required] The name of an annotation store.

versionName

[required] The name of an annotation store version.

description

The description of an annotation store.


[Package paws.storage version 0.7.0 Index]