clstats: Retrieve basic statistics from COLOURlovers.

View source: R/clstats.r

clstatsR Documentation

Retrieve basic statistics from COLOURlovers.

Description

Retrieve basic statistics from the COLOURlovers API.

Usage

clstats(type, fmt = "xml")

Arguments

type

An API type. One of “colors”, “palettes”, “patterns”, or “lovers”.

fmt

A format for the API response, one of “xml” (the default) or “json”. This has essentially no effect on function behavior.

Details

Retrieve total numbers of colors, palettes, patterns, or lovers.

Value

A numeric value of class “clstats”. This should be the same regardless of the value of fmt.

Author(s)

Thomas J. Leeper

References

http://www.colourlovers.com/api/#stats

Examples

## Not run:  
clstats('colors')
clstats('palettes')
clstats('patterns')
clstats('lovers')

## End(Not run)

leeper/colourlovers documentation built on Aug. 24, 2022, 4:24 a.m.