gs_content: Gets top content for a gauge, paginated.

View source: R/gs_content.R

gs_contentR Documentation

Gets top content for a gauge, paginated.

Description

Gets top content for a gauge, paginated.

Usage

gs_content(id, date = NULL, page = NULL, key = NULL,
  keyname = "GaugesKey", ...)

Arguments

id

Your gaug.es id

date

Date format YYYY-MM-DD.

page

page to return

key

API key. If left NULL, function looks for key in your options settings defined in the keyname parameter

keyname

Your API key name in your .Rprofile file

...

Curl debugging options passed in to GET

Note

Note that these examples only work if you provide your Gaug.es API key either by passing in the function, or storing your key in your .Rprofile file, defaults to looking for an entry of "GaugesKey".

Examples

## Not run: 
# Default key name is GaugesKey
gs_content(id='4efd83a6f5a1f5158a000004')
gs_content(id='4efd83a6f5a1f5158a000004', date="2013-11-01")

# Get list of gauge's, then pass in one of the ids
out <- gs_gauge_list()
gs_content(id=out$brief[13,'id'])

## End(Not run)

ropensci/rgauges documentation built on May 18, 2022, 6:35 p.m.