codeByPosition | R Documentation |
Adds code tags to certain positions of a character vector.
codeByPosition(corpus, position, coding, mess = T, assign = F)
corpus |
Character vector containing one document per element. |
Adds code tags to certain positions of a character vector.
codeByPosition("hello world hello world hello world hello world",data.frame(c(1,1,5)),"code1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.