View source: R/SoilDataViewer.R
get_SDV_legend_elements | R Documentation |
Get Soil Data Viewer Attribute Information
get_SDV_legend_elements(
WHERE,
alpha = 255,
notratedcolor = rgb(1, 1, 1, 0),
simplify = TRUE
)
WHERE |
WHERE clause for query of Soil Data Access |
alpha |
transparency value applied in calculation of hexadecimal color. Default: |
notratedcolor |
Used to add 'Not rated' color entries where applicable. Default: |
simplify |
Return a data.frame when |
A list with a data.frame element for each element of WHERE
containing "attributekey"
, "attributename"
, "attributetype"
, "attributetablename"
, "attributecolumnname"
, "attributedescription"
, "nasisrulename"
, "label"
, "order"
, "value"
, "lower_value"
, "upper_value"
,"red"
, "green"
, "blue"
and "hex"
columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.