funmi | R Documentation |
This function modifies Persian words starting with the prefix 'Persian text here'.
funmi(v)
v |
A character vector of Persian words. |
Returns a character vector where each element corresponds to a word from the input vector 'v' with the specified suffix modified. This results in a transformed vector where each word ending with the specified suffix is altered. The length of the returned vector matches the length of the input vector, and each word is modified independently based on the presence of the specified suffix.
## Not run:
words <- c("Persian text here")
modified_words <- funmi(words)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.