get_colormind_models: Get currently available models

Description Usage Arguments Value Examples

View source: R/get.R

Description

Get currently available models

Usage

1
2
3
4
get_colormind_models(
  user_agent = "colormind R package github.com/dmi3kno/colormind",
  ...
)

Arguments

user_agent

Optional user agent string to be used when querying colormind.io

...

other parameters passed to 'config' argument of 'httr::GET'

Value

character vector of color models

Examples

1
2
if(curl::has_internet())
  get_colormind_models()

dmi3kno/colormind documentation built on Feb. 23, 2020, 7:53 a.m.