Description Usage Arguments Examples
View source: R/choropleth_function.R
This function allows for the transformation of a long dataframe into a wide dataframe for an EarthTime choropleth.
1 | choropleth(dataframe, date, value)
|
dataframe |
Specify the name of the long data frame you wish to format. |
date |
Specify the name of the date column. |
value |
Specify the name of the value you'd like to spread across the wide data frame. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.