library(ral)
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "tools/README-"
)

CRAN_Status_Badge Travis-CI Build Status

ral

Data package containing RAL classic colors, mainly used for varnish and powder coating.

Example

ral is a data.frame that contains RAL number, color, name, german name and a description.

head(ral)

ralcolors is a named vector that can be used to quickly retrieve a color from the RAL number.

ralcolors["RAL9010"]

Function show_ralcolors shows the color table with corresponding RAL number.

show_ralcolors()

Install

Currently ral is not available from CRAN and can be installed with the following:

devtools::install_github("edwindj/ral")


edwindj/ral documentation built on May 15, 2019, 11:06 p.m.