Description Usage Arguments Details Examples
Converts objects to objects g2r can work with,
generally a tibble::tibble
.
1 |
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.
1 2 3 4 | ## Not run:
to_g2r(AirPassengers)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.