to_g2r: Convert to Tibble

Description Usage Arguments Details Examples

View source: R/convert.R

Description

Converts objects to objects g2r can work with, generally a tibble::tibble.

Usage

1

Arguments

data

An object to convert.

Details

This is exposed so the user can understand what happens under the hood and which variables/columns can subsequently be used in figures with asp().

These methods are used in the g2() function to preprocess data objects.

Examples

1
2
3
4
## Not run: 
to_g2r(AirPassengers)

## End(Not run)

devOpifex/g2r documentation built on Jan. 16, 2022, 12:36 a.m.