Description Usage Arguments Value
View source: R/loading-data-functions.R
Given a list of data loaded using the load_all_as_list() function, this function is used to assign a unique id to each pixel and bind all the rows together in a single dataframe.
| 1 | assign_id_and_melt(data_list, coordinates = c("lon", "lat"))
 | 
| data_list | A list of dplyr dataframes returned by the load_all_as_list function. | 
| coordinates | Unique identifier to be used in the id assignment process. | 
A dplyr dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.