Learn R Programming

discoverableresearch (version 0.0.1)

check_title_length: 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

Run this code
# 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