Converts objects to objects g2r can work with,
generally a tibble::tibble.
to_g2r(data = NULL)
| data | An object to convert. |
|---|
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.
if (FALSE) { to_g2r(AirPassengers) }