str_orderwords: Order words in a vector of sentences

Description Usage Arguments Value Examples

Description

This function order words in each sentence of a character vector

Usage

1
str_orderwords(x, sep = " ")

Arguments

x

the vector of sentences

Value

a vector of sentences with ordered words

Examples

1
str_orderwords(c("привет","Маша, это я, Дубровский"))

bdemeshev/bigr documentation built on May 12, 2019, 3:40 a.m.