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

Ch. 9 - using length and unique to test three of a kind #21

Open
mmiller-pe opened this issue Jan 23, 2019 · 0 comments
Open

Ch. 9 - using length and unique to test three of a kind #21

mmiller-pe opened this issue Jan 23, 2019 · 0 comments

Comments

@mmiller-pe
Copy link

length(unique(symbols) == 1) is returning 1 regardless of the number inside the parentheses. Changing to length(unique(symbols)) == 1 returns TRUE/FALSE

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

1 participant