Other packages > Find by keyword >

discoverableresearch  

Checks Title, Abstract and Keywords to Optimise Discoverability
View on CRAN: Click here


Download and install discoverableresearch package within the R console
Install from CRAN:
install.packages("discoverableresearch")

Install from Github:
library("remotes")
install_github("cran/discoverableresearch")

Install by package version:
library("remotes")
install_version("discoverableresearch", "0.0.1")



Attach the package and use:
library("discoverableresearch")
Maintained by
Neal Haddaway
[Scholar Profile | Author Map]
First Published: 2020-10-10
Latest Update: 2020-10-10
Description:
A suite of tools are provided here to support authors in making their research more discoverable. check_keywords() - this function checks the keywords to assess whether they are already represented in the title and abstract. check_fields() - this function compares terminology used across the title, abstract and keywords to assess where terminological diversity (i.e. the use of synonyms) could increase the likelihood of the record being identified in a search. The function looks for terms in the title and abstract that also exist in other fields and highlights these as needing attention. suggest_keywords() - this function takes a full text document and produces a list of unigrams, bigrams and trigrams (1-, 2- or 2-word phrases) present in the full text after removing stop words (words with a low utility in natural language processing) that do not occur in the title or abstract that may be suitable candidates for keywords. suggest_title() - this function takes a full text document and produces a list of the most frequently used unigrams, bigrams and trigrams after removing stop words that do not occur in the abstract or keywords that may be suitable candidates for title words. check_title() - this function carries out a number of sub tasks: 1) it compares the length (number of words) of the title with the mean length of titles in major bibliographic databases to assess whether the title is likely to be too short; 2) it assesses the proportion of stop words in the title to highlight titles with low utility in search engines that strip out stop words; 3) it compares the title with a given sample of record titles from an .ris import and calculates a similarity score based on phrase overlap. This highlights the level of uniqueness of the title. This version of the package also contains functions currently in a non-CRAN package called 'litsearchr' .
How to cite:
Neal Haddaway (2020). discoverableresearch: Checks Title, Abstract and Keywords to Optimise Discoverability. R package version 0.0.1, https://cran.r-project.org/web/packages/discoverableresearch. Accessed 29 Mar. 2025.
Previous versions and publish date:
No previous versions
Other packages that cited discoverableresearch R package
View discoverableresearch citation profile
Other R packages that discoverableresearch depends, imports, suggests or enhances
Complete documentation for discoverableresearch
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for discoverableresearch012345678910111213TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA