remove_duplicates_by: Remove duplicate papers by a variable

Description Usage Arguments Examples

Description

Duplicates are removed in a dataframe containing papers

Usage

1
remove_duplicates_by(df, by = "book_title")

Arguments

df

dataframe of papers

by

variable

Examples

1
2
3
4
5
6
7
8
## Not run: 
major <- c("data driven")
minor <- c("drilling")
dd_drilling <- join_keywords(major, minor, get_papers = TRUE, sleep = 3,
                             verbose = FALSE)
remove_duplicates_by(dd_drilling$papers, by ="paper_id" )

## End(Not run)

petro.One documentation built on May 2, 2019, 3:10 p.m.