Skip to content

Commit

Permalink
Reduce timelaps in combine_mgNetworks() example
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveViss committed Aug 28, 2019
1 parent 75dee5a commit ebc4cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/combine_mgNetworks.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#' An object of class `mgNetworksCollection`
#'
#' @examples
#' mg_19 <- get_collection(search_networks(list(dataset_id = 19)), verbose = FALSE)
#' mg_lagoon <- get_collection(search_datasets(query='lagoon%'), verbose = FALSE)
#' combine_mgNetworks(mg_19, mg_lagoon)
#' mg_37 <- get_collection(search_networks(list(dataset_id = 37)), verbose = FALSE)
#' mg_anemone <- get_collection(search_datasets(query='anemone%'), verbose = FALSE)
#' combine_mgNetworks(mg_37, mg_anemone)
#'
#' @export
combine_mgNetworks <- function(...) {
Expand Down

0 comments on commit ebc4cf0

Please sign in to comment.