Skip to content

Commit

Permalink
Forgot to export get_smips()
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Oct 29, 2024
1 parent 27d0043 commit dcab896
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(get_key)
export(get_smips)
export(plot)
importFrom(terra,plot)
8 changes: 7 additions & 1 deletion R/get_smips.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@
#' @param dates A date to query, _e.g._, `date = 2017-12-31`, both `Character` or
#' `Date` classes are accepted.
#'
#' @examples
#' r <- get_smips(dates = "2024-01-01")
#'
#' # terra::plot() is re-exported for convience
#' plot(r)
#'
#' @return A [terra::rast] object

#' @references <https://portal.tern.org.au/metadata/TERN/d1995ee8-53f0-4a7d-91c2-ad5e4a23e5e0https://geonetwork.tern.org.au/geonetwork/srv/eng/catalog.search#/metadata/d1995ee8-53f0-4a7d-91c2-ad5e4a23e5e0>
#' @export
get_smips <- function(collection = "totalbucket",
dates,
api_key = get_key()) {
Expand Down
7 changes: 7 additions & 0 deletions man/get_smips.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcab896

Please sign in to comment.