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
ds.dataFrameSubset fails when V1.name, V2.name are not specified with the error message:
"Command 'dataFrameSubsetDS1("D", "ONES", "ONES", 1, NULL, "2", FALSE)' failed on 'study1': Error while evaluating 'dsBase::dataFrameSubsetDS1("D", "ONES", "ONES", 1, NULL, "2", FALSE)' -> Error in eval(parse(text = command.text), envir = parent.frame()) : \n object 'ONES' not found\n"
We need to change the lines 140 and 156 of the code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ds.dataFrameSubset fails when V1.name, V2.name are not specified with the error message:
"Command 'dataFrameSubsetDS1("D", "ONES", "ONES", 1, NULL, "2", FALSE)' failed on 'study1': Error while evaluating 'dsBase::dataFrameSubsetDS1("D", "ONES", "ONES", 1, NULL, "2", FALSE)' -> Error in eval(parse(text = command.text), envir = parent.frame()) : \n object 'ONES' not found\n"
We need to change the lines 140 and 156 of the code.
The text was updated successfully, but these errors were encountered: