as_tibble.magpie | R Documentation |
magpie method for tibble::as_tibble
as_tibble.magpie(
x,
...,
.rows = NULL,
.name_repair = c("check_unique", "unique", "universal", "minimal"),
rownames = pkgconfig::get_config("tibble::rownames", NULL)
)
x |
A magpie object |
... |
Unused, for extensibility. |
.rows |
The number of rows, useful to create a 0-column tibble or just as an additional check. |
.name_repair |
Treatment of problematic column names:
This argument is passed on as |
rownames |
How to treat existing row names of a data frame or matrix:
|
A tibble object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.