get_newer: get_newer

Description Usage Arguments Value Methods (by class) Examples

Description

Get nth entry of obsoleted_by minid field. If minid status = ACTIVE, returns minid identifier

Usage

1
2
3
4
5
6
7
8
get_newer(minid, n = 1, server = "http://minid.bd2k.org/minid")

## S4 method for signature 'minid'
get_newer(minid, n = 1, server = NULL)

## S4 method for signature 'character'
get_newer(minid, n = 1,
  server = "http://minid.bd2k.org/minid")

Arguments

minid

minid object or identifier to resolve

n

index of obsoleted_by minid

server

server string

Value

if minid status = TOMBSTONE, the nth entry of the minid obsoleted_by field. If minid status = ACTIVE, the minid's identifier.

Methods (by class)

Examples

1
2
3
4
## Not run: 
get_newer(minid = "minid:b94t3q", n = 1, server = server(configuration))

## End(Not run)

bheavner/minidtools documentation built on Aug. 3, 2020, 4:05 a.m.