check_title_length: Check title suitability

Description Usage Arguments Value Examples

View source: R/check_title.R

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

1

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

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

discoverableresearch documentation built on Oct. 23, 2020, 7:13 p.m.