powered by
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)
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
# NOT RUN { title <- "A methodology for systematic mapping in environmental sciences" check <- check_title_length(title) check; # }
Run the code above in your browser using DataLab