Learn R Programming

lumendb (version 0.2.1)

ldnotice: Get a Notice

Description

Get a Lumen Database Notice by ID

Usage

ldnotice(notice, ...)

Arguments

notice
A single numeric value specifying a notice ID.
...
Additional arguments passed to lumenHTTP.

Value

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

Details

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

Examples

Run this code
## Not run: 
# n <- ldnotice(1)
# summary(n)
# ## End(Not run)

Run the code above in your browser using DataLab