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
iop_wide <- data.frame(id = letters[1:3], iop_r = 11:13, iop_l = 14:16) #works eyes(iop_wide) # fails eyestr(iop_wide)
Issue is when testing for small numbers, NA is subsetted which returns error.
The text was updated successfully, but these errors were encountered:
fix issue #4
57a9a89
iop_wide <- data.frame(id = letters[1:3], iop_r = 11:13, iop_l = 14:16) eyestr(iop_wide) [1] "Three patients"
Sorry, something went wrong.
No branches or pull requests
Issue is when testing for small numbers, NA is subsetted which returns error.
The text was updated successfully, but these errors were encountered: