I am getting below error when using Vectorizer from text2vec library
Error in if (attr(vectorizer, "grow_dtm", TRUE) == FALSE) stop("You should provide vectorizer with grow_dtm = TRUE") :
argument is of length zero
Please help me on this as it worked fine on R studio but when i kept the same code on diffrent server, i got this issue