check_title_length {discoverableresearch}R Documentation

Check title suitability

Description

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

Usage

check_title_length(title)

Arguments

title

The article title: a short string

Value

An output describing the suitability of the title for research discovery based on its length and the number of non-stop words

Examples

title <- "A methodology for systematic mapping in environmental sciences"
check <- check_title_length(title)
check;

[Package discoverableresearch version 0.0.1 Index]