Skip to content
New issue

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 argument is undocumented #136

Open
ramiromagno opened this issue Oct 1, 2024 · 0 comments
Open

Comments

@ramiromagno
Copy link

get_sentences.data.frame(): text.var.name argument is undocumented.

If text.var.name is not passed to ellipsis then:

if (is.null(dots[['text.var.name']])) {

is always NULL.

The documentation:

#' @param \ldots Other arguments passed to \code{\link[textshape]{split_sentence}}.

points to split_text() but actually the documented argument there is text.var.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant