R/package-dblp.R

#' dblp
#'
#' `dblp` The dblp computer science bibliography at [](https://dblp.org)
#' provides open bibliographic information on major computer science
#' journals and proceedings. Originally created at the University of
#' Trier in 1993, dblp is now operated and further developed by Schloss
#' Dagstuhl. This R package interfaces with the API, making data
#' available to use from R.
#'
#' @name dblp
#' @docType package
#' @keywords package
#' @aliases package-dblp
#'
# needed for use of . in magrittr pipelines
utils::globalVariables(c("."))
NULL
KTH-Library/dblp documentation built on Aug. 22, 2021, 10:55 a.m.