Nothing
Code
make_wider(1)
Condition
Error in `as_string()`:
! Can't convert a double vector to a string.
Code
make_wider("not_a_df")
Condition
Error in `make_wider()`:
! `not_a_df` must be a data.frame, a tibble or a xlr_table.
Code
make_wider(df)
Condition
Error in `make_wider()`:
x `df` must contain the columns `N` and `Percent`.
i Are you sure that you used `make_wider()` following `build_table()`, `build_mtable()` or `build_qtable()`?
Code
make_wider(df)
Condition
Error in `make_wider()`:
x `df` must contain the columns `N` and `Percent`.
i Are you sure that you used `make_wider()` following `build_table()`, `build_mtable()` or `build_qtable()`?
Code
make_wider(df)
Condition
Error in `make_wider()`:
x `df` must contain the columns `N` and `Percent`.
i Are you sure that you used `make_wider()` following `build_table()`, `build_mtable()` or `build_qtable()`?
Code
make_wider(df)
Condition
Error in `make_wider()`:
x `df` must contain more than one grouping column.
Code
make_wider(input, not_a_col)
Condition
Error in `make_wider()`:
x `input` does not contain the column `not_a_col`.
Code
make_wider(input, names_prefix = function(x) x)
Condition
Error in `make_wider()`:
! `names_prefix` must be a single string, not a function.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.