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

file_import.Rmd Error in dfm_trim(., min_docfreq = 3, min_termfreq = 5) : unused argument (min_termfreq = 5) #13

Open
enrico200165 opened this issue Apr 15, 2018 · 1 comment

Comments

@enrico200165
Copy link

enrico200165 commented Apr 15, 2018

line 116? dfm_trim(min_docfreq = 3, min_termfreq = 5) %>%
Error in dfm_trim(., min_docfreq = 3, min_termfreq = 5) :
unused argument (min_termfreq = 5)

The same happens in a couple of other places withing the same file, incl few lines below, same code chunk

@kbenoit
Copy link
Owner

kbenoit commented Apr 15, 2018

Those arguments only work with the current GitHub version, which we hope to publish on CRAN soon. Please install the GitHub version and this will then work.

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

2 participants