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
mutate()
pfts
While running the "run-test-list.R," the following error can be encountered:
Error: Problem with `mutate()` column `pfts`. ℹ `pfts = strsplit(pfts, "|", fixed = TRUE)`. x non-character argument
The lead cause of this issue is because of the strsplit function, as it only takes character strings as input.
The text was updated successfully, but these errors were encountered:
Merge pull request #16 from theakhiljha/fix-mutate()-error
0399eba
fix issue #15: non-character argument
No branches or pull requests
While running the "run-test-list.R," the following error can be encountered:
The lead cause of this issue is because of the strsplit function, as it only takes character strings as input.
The text was updated successfully, but these errors were encountered: