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_sentences.data.frame()
text.var.name
get_sentences.data.frame(): text.var.name argument is undocumented.
If text.var.name is not passed to ellipsis then:
sentimentr/R/get_sentences.R
Line 45 in f85d63a
is always NULL.
NULL
The documentation:
Line 7 in f85d63a
points to split_text() but actually the documented argument there is text.var.
split_text()
text.var
The text was updated successfully, but these errors were encountered:
No branches or pull requests
get_sentences.data.frame()
:text.var.name
argument is undocumented.If
text.var.name
is not passed to ellipsis then:sentimentr/R/get_sentences.R
Line 45 in f85d63a
is always
NULL
.The documentation:
sentimentr/R/get_sentences.R
Line 7 in f85d63a
points to
split_text()
but actually the documented argument there istext.var
.The text was updated successfully, but these errors were encountered: