We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This package looks great!
facet_nested and facet_grid with margins = TRUE gives the following message:
Error in unrowname(): ! Can only remove rownames from <data.frame> and objects.
unrowname()
Backtrace: ▆
<fn>
└─layout$setup(data, plot$data, plot$plot_env)
└─ggplot2 (local) setup(..., self = self)
└─self$facet$compute_layout(data, self$facet_params)
└─ggh4x (local) compute_layout(..., self = self)
└─ggh4x:::reshape_add_margins(...)
└─ggh4x:::unrowname(lapply(df[vars], add_all))
└─cli::cli_abort(...)
└─rlang::abort(...)
The text was updated successfully, but these errors were encountered:
Thanks for the report! Can confirm this is buggy.
Sorry, something went wrong.
0112c4f
No branches or pull requests
This package looks great!
facet_nested and facet_grid with margins = TRUE gives the following message:
Error in
unrowname()
:! Can only remove rownames from <data.frame> and objects.
Backtrace:
▆
<fn>
(x)The text was updated successfully, but these errors were encountered: