remove_duplicates: Function to remove duplicated entries

Description Usage Arguments Value

Description

Cleans up duplicated items on a production data frame based on DOI, ISBN, and Title. This function also removes any rows where the value of "year" is greater than the current year (since these are considered errors)

Usage

1

Arguments

x

data frame containing information on a certain type of production (journal papers, conference papers, etc.). Must contain columns "Title" and "Year". Optional (very useful) columns include "DOI" and "ISBN".

Value

data frame with duplicates removed


fcampelo/ChocoLattes documentation built on May 16, 2019, 12:03 p.m.