make_list_phrase {ready4} | R Documentation |
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)
Arguments
items_chr |
Items (a character vector) |
Value
List phrase (a character vector of length one)
[Package ready4 version 0.1.9 Index]