long: Convert data to long format

Description Usage Arguments Value Examples

Description

Convert data to long format

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
long(x, ...)

## Default S3 method:
long(x, ...)

## S3 method for class 'qtag.long'
long(x, ...)

## S3 method for class 'qtag.wide'
long(qtag, varname = "column", quiet = FALSE)

Arguments

x

A qtag object

...

Passed to other methods

Value

A (possibly unchanged) qtag.long data.frame

Examples

1
2
3
data(pocmaj)
pocmaj <- as.qtag(pocmaj, qualifiers = c("core", "depth"))
long(pocmaj)

paleolimbot/ofcores documentation built on May 24, 2019, 6:13 p.m.