Skip to content
New issue

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

Error in if (is.unsorted(x[[cond_cols[1]]])) { : missing value where TRUE/FALSE needed #109

Open
S-Ponzo opened this issue Apr 21, 2021 · 1 comment

Comments

@S-Ponzo
Copy link

S-Ponzo commented Apr 21, 2021

I have a similar issue as the ones already reported - when I run the code with facet_wrap it works, but with facet_trelliscope it gives me the following error:

ggplot(df, aes(x)) +
geom_histogram() +
trelliscopejs::facet_trelliscope(~y))

Error in if (is.unsorted(x[[cond_cols[1]]])) { :
missing value where TRUE/FALSE needed

Anyone has seen this type of error before?

Thanks in advance!

@rarichardson92
Copy link
Contributor

Ran into a similar issue via nested df -- might occur when there are non-unique panel names? Fixed when pasted two columns together for a unique identifier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants