scherbakovdmitri

Results 3 issues of scherbakovdmitri

Maybe I don't get how it works, but I am following the example in the package text2vec: ``` library(text2vec) data("movie_review") N = 500 tokens = word_tokenizer(tolower(movie_review$review[1:N])) it = itoken(tokens, ids...

Hello, If I run this code in RStudio: ``` library(pins) board

Hello, nice package! Is it possible to save back to xml after I've done manipulations on flat df? thanks!

enhancement