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
The theme_excel_new function started throwing an error for me this morning. The error I'm seeing is shown below. Thank you!
p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, colour = factor(gear))) + facet_wrap(~am) p + theme_excel_new()
Error in list2(): ! Argument 1 can't be empty. Run rlang::last_trace() to see where the error occurred.
list2()
rlang::last_trace()
Backtrace: ▆
The text was updated successfully, but these errors were encountered:
Hey. Commenting since I offered some changes to excel_new(), however your error didnt reproduce for me.
It generated the expected plot (shown as img)
Sorry, something went wrong.
No branches or pull requests
The theme_excel_new function started throwing an error for me this morning. The error I'm seeing is shown below. Thank you!
p <- ggplot(mtcars) +
geom_point(aes(x = wt, y = mpg, colour = factor(gear))) +
facet_wrap(~am)
p + theme_excel_new()
Error in
list2()
:! Argument 1 can't be empty.
Run
rlang::last_trace()
to see where the error occurred.rlang::last_trace()
<error/rlang_error>
Error in
list2()
:! Argument 1 can't be empty.
Backtrace:
▆
The text was updated successfully, but these errors were encountered: