Learn R Programming

dmtools (version 0.2.6)

to_long.date: Reshape the dataset to a long view

Description

Reshape the dataset to a long view

Usage

# S3 method for date
to_long(obj, dataset, row_file, date)

Arguments

obj

An object for validation.

dataset

A data frame. Class date.

row_file

A data frame. A data frame with analysis parameters.

date

A column name with dates.

Value

A data frame. Result of the date's validation.