reshape_data: Reshape the raw data and output into a dplyr dataframe.

Description Usage Arguments Value

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

Description

Reshape the raw data and output into a dplyr dataframe.

Usage

1
reshape_data(raw_data, variables, expand_variables, current_date)

Arguments

raw_data

raw data extracted using load_nc_file. A list.

variables

variables to be retrieved from the file. A character vector of length n.

expand_variables

variables to be used as x and y reference of the image grid. These variables must be included in the raw_data list.

current_date

The date of the observation.

Value

A dplyr dataframe


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