print.nrb_response: Pretty prints a beacon response

Description Usage Arguments Value Examples

View source: R/print_nrb_response.r

Description

Pretty prints a beacon response

Usage

1
2
## S3 method for class 'nrb_response'
print(x, ...)

Arguments

x

a nrb_response object

...

passed to generic print function

Value

A string representation of the response

Examples

1
2
response <- nrb_get_last()
print(response)

jmcastagnetto/nistrb documentation built on May 19, 2019, 1:52 p.m.