Skip to content

Commit

Permalink
Reduce timelaps get_collection() in example
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveViss committed Aug 28, 2019
1 parent 46e8a71 commit 75dee5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions R/get_collection.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
#' [search_nodes()], [search_reference()], [search_taxonomy()].
#'
#' @examples
#' mg_2 <- get_collection(c(1035:1036))
#' mg_insect <- get_collection(search_networks(query='insect%'))
#' mg_lagoon <- get_collection(search_datasets(query='lagoon%'))
#'
#' mg_2 <- get_collection(c(1076:1077), verbose = FALSE)
#' mg_anemone <- get_collection(search_networks(query='anemone%'), verbose = FALSE)
#' @export

get_collection <- function(x, ...) {
Expand Down

0 comments on commit 75dee5a

Please sign in to comment.