Skip to content

Commit

Permalink
Rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 2, 2020
1 parent 8ca3614 commit be9443f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/ZenodoManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#' to get all versions of records as part of the depositions list. The argument \code{exact}
#' specifies that an exact matching is wished, in which case paginated search will be
#' disabled (only the first search page will be returned).
#' Examples of ElasticSearch queries for Zenodo can be found at \href{https://help.zenodo.org/guides/search/}{http://help.zenodo.org/guides/search/}.
#' Examples of ElasticSearch queries for Zenodo can be found at \href{https://help.zenodo.org/guides/search/}{https://help.zenodo.org/guides/search/}.
#' }
#' \item{\code{getDepositionByConceptDOI(conceptdoi)}}{
#' Get a Zenodo deposition record by concept DOI (generic DOI common to all deposition record versions)
Expand Down Expand Up @@ -94,7 +94,7 @@
#' Deletes all Zenodo deposited (unpublished) records. The parameter \code{q} allows
#' to specify an ElasticSearch-compliant query to filter depositions (default query
#' is empty to retrieve all records). Examples of ElasticSearch queries for Zenodo
#' can be found at \href{http://help.zenodo.org/guides/search/}{http://help.zenodo.org/guides/search/}.
#' can be found at \href{https://help.zenodo.org/guides/search/}{https://help.zenodo.org/guides/search/}.
#' }
#' \item{\code{createEmptyRecord()}}{
#' Creates an empty record in the Zenodo deposit. Returns the record
Expand Down Expand Up @@ -129,7 +129,7 @@
#' The argument \code{exact} specifies that an exact matching is wished, in which case
#' paginated search will be disabled (only the first search page will be returned).
#' Examples of
#' ElasticSearch queries for Zenodo can be found at \href{http://help.zenodo.org/guides/search/}{http://help.zenodo.org/guides/search/}.
#' ElasticSearch queries for Zenodo can be found at \href{https://help.zenodo.org/guides/search/}{https://help.zenodo.org/guides/search/}.
#' }
#' \item{\code{getRecordByConceptDOI(conceptdoi)}}{
#' Get a Zenodo published record by concept DOI (generic DOI common to all record versions)
Expand Down

0 comments on commit be9443f

Please sign in to comment.