assign_id_and_melt: Given a list of data loaded using the load_all_as_list()...

Description Usage Arguments Value

View source: R/loading-data-functions.R

Description

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.

Usage

1
assign_id_and_melt(data_list, coordinates = c("lon", "lat"))

Arguments

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.

Value

A dplyr dataframe


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.