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
get_eibf()
For example in line 39 of test-get_otherbf.R:
test-get_otherbf.R
check_2 <- get_eibf(5, NA, 0)
If q2 is NA, then in a properly created form, q2_hour should also be NA because if there is no answer to q2 then q2_hour is irrelevant.
q2
q2_hour
The text was updated successfully, but these errors were encountered:
ernestguevarra
nicholustintzaw
No branches or pull requests
For example in line 39 of
test-get_otherbf.R
:If
q2
is NA, then in a properly created form,q2_hour
should also be NA because if there is no answer toq2
thenq2_hour
is irrelevant.The text was updated successfully, but these errors were encountered: