make_wide: Make long data wide

Description Usage Arguments Value Author(s) Examples

View source: R/make_long.R

Description

Make long data wide

Usage

1

Arguments

d

data frame in long format (year, location, day)

Value

data frame in wide format (column of years, one column per location)

Author(s)

Ken Butler, butler@utsc.utoronto.ca

Examples

1
make_wide(nine_points_long) # should be same as nine_points

nxskok/seaiceR documentation built on Nov. 4, 2019, 10:12 p.m.