find_publication: Find publications with dplyr::dplyr::filters based on PorP...

View source: R/find_publication.R

find_publicationR Documentation

Find publications with dplyr::dplyr::filters based on PorP exported file

Description

Find publications with dplyr::dplyr::filters based on [PorP](https://harzing.com/resources/publish-or-perish) exported file (also sci-mago dplyr::dplyr::filters)

Usage

find_publication(file, n = NULL, open = FALSE, ...)

Arguments

file

csv file

n

Number of articles

open

Open in your default browser? if FALSE, then data.frame is returned

Examples

find_publication("https://gist.githubusercontent.com/MarcellGranat/4ed653c8e655d4ebabaa3071fc7b50a0/raw/5aef770bce91b661744ad8c8b1aed56643f795cf/daily-inflation-online.csv", n = 10, FALSE, year > 2015)

MarcellGranat/granatlib documentation built on July 9, 2023, 6:08 a.m.