find_dois: find_dois

Description Usage Arguments Value Examples

View source: R/functions.R

Description

find_dois

Usage

1
2
3
4
5
6
find_dois(
  input_title,
  input_year = NA,
  limit = 2,
  title_distance_threshold = 0.93
)

Arguments

input_title

input title to serach for

input_year

input year to search for

limit

number papers to extract

title_distance_threshold

a double number. The treshold of the distance between true title and false

Value

a data fraem

Examples

1
2
3
input_title <- "Survival in frontotemporal lobar degeneration and related disorders"
input_year <- 2009
find_dois(input_title, input_year)

shihikoo/crossrefTools documentation built on Oct. 8, 2020, 3:48 p.m.