pick_word_from_title {available} | R Documentation |
Pick word from title
Description
picks a single (hopefully informative) word from the provided title or package description
Usage
pick_word_from_title(title, verb = FALSE)
Arguments
title |
text string to pick word from. Package title or description. |
verb |
whether you would like to prioritize returning a verb |
Value
a single word from the title
[Package available version 1.1.0 Index]