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

to_g2r(data = NULL)

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

if (FALSE) {
to_g2r(AirPassengers)
}