Learn R Programming

predatory (version 1.1)

get.predpubTable: Returns a dataframe with information about predatory publishers and journals from Bealls webpage

Description

This function will return a dataframe with information regarding predatory journals from Beall's site (https://scholarlyoa.com/). The information of predatory publishers has been collected manually, while information on stand-alone journals is catpured by a web scrapping algorithm. BE AWARE that the dataset for publishers is being built over time and it is not yet complete. Last update: 2016-12-09.

Usage

get.predpubTable()

Arguments

Value

A dataframe with publisher, name of journal and issn of predatory publications

Warning

While the database for standalone journals is up to date, the information about predatory publishers is not yet complete since it requires an extensive manual work. The missing data will be regularly included in the upcoming versions of the package.

Examples

Run this code
my.predpub <- get.predpubTable()

head(my.predpub)

Run the code above in your browser using DataLab