Learn R Programming

dmtools (version 0.2.6)

to_long.short: Reshape the dataset to a long view

Description

Reshape the dataset to a long view

Usage

# S3 method for short
to_long(obj, dataset, row_file, part)

Arguments

obj

An object. Class short.

dataset

A data frame.

row_file

A data frame. A data frame with parameters.

part

A character scalar. Prefixes or postfixes.

Value

A data frame. The part of the final result.