getAssertionMetadata: Get a specific assertion 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 assertion 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
getAssertionMetadata(id = 1, type = "comments")
getAssertionMetadata(id = 1, type = "suggested_changes")

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