lm_format_get_request: Make a GET request to a web API and format the response as an...

Description Usage Arguments Value Examples

View source: R/lm_format_get_request.R

Description

lm_format_get_request sends a GET request to a provided URI and formats the JSON response as an R list.

Usage

1

Arguments

uri

string. The URI to make the GET request to.

Value

list.

Examples

1
2
3
4
## Not run: 
lm_format_get_request(uri = 'https://api.beta.ons.gov.uk/v1/datasets')

## End(Not run)

thomascrines/labourmarketreports documentation built on Jan. 28, 2021, 9:47 a.m.