make_list_phrase: Make list phrase
Description
make_list_phrase() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make list phrase. The function returns List phrase (a character vector of length one).
Usage
make_list_phrase(items_chr)
Value
List phrase (a character vector of length one)
Arguments
- items_chr
Items (a character vector)