wide2long: Wide table to long table

Description Usage Arguments

View source: R/utils.R

Description

Wide table to long table

Usage

1
2
wide2long(data, x = NULL, y = NULL, which.x = NULL, which.y = NULL,
  ...)

Arguments

data

Wide table

x

vector of ages

y

Numerical vector indicating the years in input data. Optional. Default: NULL.

which.x

subset x vector

which.y

subset y vector

...

Arguments to be passed to or from other methods.


mpascariu/MortalityForecast documentation built on Sept. 28, 2020, 2:40 p.m.