vis_gauge: Plot a class of gauge

View source: R/vis_gauge.R

vis_gaugeR Documentation

Plot a class of gauge

Description

Plot a class of gauge

Usage

vis_gauge(...)

## Default S3 method:
vis_gauge(x, ...)

Arguments

...

Additional parameters passed on to vis_gauge.default, not currenlty used

x

Input, see examples

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: 
# get detail on a gauge
# here passing in a key name which is stored in my .Rprofile file
out <- gs_gauge_detail(id='500ebcf4613f5d79c700001c', keyname='ropensciGaugesKey')

# visualize
vis_gauge(x=out)

## End(Not run)

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