powered by
Retrieve basic statistics from the COLOURlovers API.
clstats(type, fmt = "xml")
An API type. One of “colors”, “palettes”, “patterns”, or “lovers”.
A format for the API response, one of “xml” (the default) or “json”. This has essentially no effect on function behavior.
A numeric value of class “clstats”. This should be the same regardless of the value of fmt.
fmt
Retrieve total numbers of colors, palettes, patterns, or lovers.
http://www.colourlovers.com/api/#stats
# NOT RUN { clstats('colors') clstats('palettes') clstats('patterns') clstats('lovers') # }
Run the code above in your browser using DataLab