get.predpubTable: Returns a dataframe with information about predatory...

Description Usage Value Warning Examples

View source: R/get_predpubTable.R

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

1

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

1
2
3
my.predpub <- get.predpubTable()

head(my.predpub)

predatory documentation built on Nov. 17, 2017, 4:21 a.m.