ldnotice: Get a Notice

Description Usage Arguments Details Value Examples

Description

Get a Lumen Database Notice by ID

Usage

1
ldnotice(notice, ...)

Arguments

notice

A single numeric value specifying a notice ID.

...

Additional arguments passed to lumenHTTP.

Details

This function retrieves the details of a Lumen Database notice based upon its Notice ID number. To search for notices, use ldsearch instead.

Value

A list of class “lumen_notice”. A summary method will display some essential details of the notice.

Examples

1
2
3
4
5
## Not run: 
n <- ldnotice(1)
summary(n)

## End(Not run)

leeper/lumen documentation built on May 21, 2019, 12:37 a.m.