| h_df_to_tibble | R Documentation |
tibbleThis is used in h_newdata_add_pred().
h_df_to_tibble(data)
data |
( |
This is only a thin wrapper around tibble::as_tibble(), except
giving a useful error message and it checks for rownames and adds them
as a new column .rownames if they are not just a numeric sequence as
per the tibble::has_rownames() decision.
The data as a tibble, potentially with a .rownames column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.