22 lines
557 B
R
22 lines
557 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/cols_agora.R
|
|
\name{cols_agora}
|
|
\alias{cols_agora}
|
|
\title{Function to extract AGORA colors as hex codes}
|
|
\usage{
|
|
cols_agora(..., unnamed = TRUE)
|
|
}
|
|
\arguments{
|
|
\item{...}{Character names of reach colors. If NULL returns all colors}
|
|
|
|
\item{unnamed}{Should the output vector be unnamed? Default to `TRUE`}
|
|
}
|
|
\value{
|
|
An hex code or hex codes named or unnamed
|
|
}
|
|
\description{
|
|
Function to extract AGORA colors as hex codes
|
|
}
|
|
\details{
|
|
This function needs to be modified to add colors
|
|
}
|