Skip to content

Commit

Permalink
Reference metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveViss committed Aug 31, 2019
1 parent c6cd9c0 commit be50421
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/search_datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' Examples covering custom queries are provided below.
#'
#' @references
#' More metadata on <https://mangal-wg.github.io/mangal-api/#get-all-datasets>
#' Metadata available at <https://mangal-wg.github.io/mangal-api/#datasets>
#'
#' @examples
#' \donttest{
Expand Down
2 changes: 1 addition & 1 deletion R/search_interactions.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#' Examples covering custom queries are provided below.

#' @references
#' More metadata on <https://mangal-wg.github.io/mangal-api/#interactions>
#' Metadata available at <https://mangal-wg.github.io/mangal-api/#interactions>
#'
#' @examples
#' df_inter <- search_interactions(type = "competition", verbose = FALSE)
Expand Down
2 changes: 1 addition & 1 deletion R/search_networks.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' Note that for lists with more than one element, only the first element is used, the others are ignored. An example is provided below.
#'
#' @references
#' More metadata on <https://mangal-wg.github.io/mangal-api/#networks>
#' Metadata available at <https://mangal-wg.github.io/mangal-api/#networks>
#'
#' @examples
#' mg_insect <- search_networks(query="insect%")
Expand Down
2 changes: 1 addition & 1 deletion R/search_nodes.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' All networks in which taxa are involved are also attached to the `data.frame`.
#'
#' @references
#' More metadata on <https://mangal-wg.github.io/mangal-api/#nodes>
#' Metadata available at <https://mangal-wg.github.io/mangal-api/#nodes>
#'
#' @examples
#' res_acer <- search_nodes("Acer")
Expand Down
2 changes: 1 addition & 1 deletion R/search_references.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' Note that for lists with more than one element, only the first element is used, the others are ignored. An example is provided below.
#'
#' @references
#' More metadata on <https://mangal-wg.github.io/mangal-api/#references>
#' Metadata available at <https://mangal-wg.github.io/mangal-api/#references>
#'
#' @examples
#' search_references(doi = "10.2307/3225248")
Expand Down
2 changes: 1 addition & 1 deletion R/search_taxonomy.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#' all taxa matching the query.
#'
#' @references
#' More metadata on <https://mangal-wg.github.io/mangal-api/#taxonomy>
#' Metadata available at <https://mangal-wg.github.io/mangal-api/#taxonomy>
#'
#' @seealso
#' [search_nodes()]
Expand Down

0 comments on commit be50421

Please sign in to comment.