check_title_length {discoverableresearch} | R Documentation |
Check given title for an article to assess how discoverable it is based on its length and proportion of words that are non-stop words
check_title_length(title)
title |
The article title: a short string |
An output describing the suitability of the title for research discovery based on its length and the number of non-stop words
title <- "A methodology for systematic mapping in environmental sciences"
check <- check_title_length(title)
check;