getVariantMetadata: Get a specific variant metadata information

Description Usage Arguments Value Examples

View source: R/civicr.R

Description

Retrieve metadata information for a specific variant from the CIViC DB

Usage

1

Arguments

id

Internal CIViC ID of the variant of interest

type

Type of metadata (comments, suggested_changes, revisions, evidence_items)

Value

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

Examples

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

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