getVariantGroupMetadata: Get a specific variant group metadata information

Description Usage Arguments Value Examples

View source: R/civicr.R

Description

Retrieve metadata information for a specific variant group from the CIViC DB

Usage

1

Arguments

id

Internal CIViC ID of the variant group of interest

type

Type of metadata (comments, suggested_changes, revisions)

Value

An S3 Object of type civic_api containing the content, url, and response

Examples

1
2
getVariantGroupMetadata(id = 1, type = "comments")
getVariantGroupMetadata(id = 1, type = "revisions")

agduncan94/civicr documentation built on Nov. 1, 2019, 9 p.m.