R/browse.R

Defines functions aur_browse

Documented in aur_browse

#' Browse AURIN data catalogue.
#'
#' @description
#'
#' A convenience function that opens up AURIN data catelogue in your default
#' web browser. Use the data catalogue to select spatial datasets available
#' on AURIN. Any datasets with 'AURIN Open API ID' field can be downloaded
#' into your current R session with `aur_get()`.
#'
#' @return NULL
#'
#' @export
#'
#' @examples
#' \dontrun{
#'
#' aur_browse()
#' }
aur_browse <- function() {
  utils::browseURL("https://data.aurin.org.au/group/aurin-api")
  invisible()
}

Try the aurin package in your browser

Any scripts or data that you put into this service are public.

aurin documentation built on Feb. 1, 2022, 1:06 a.m.