Skip to content

Commit

Permalink
I'm empty. Please fill me.
Browse files Browse the repository at this point in the history
  • Loading branch information
geryan committed Aug 5, 2024
1 parent 8a5de02 commit 80926d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/writereadrast.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
#' \dontrun{
#' # create raster then assign
#' r <- sdmtools::example_raster()
#'
#' # usual workflow in two slow tedious boring steps
#' terra::writeRaster(r, "LowerSpringvale.tif")
#' s <- terra::rast("LowerSpringvale.tif")
#'
#' Better workflow in one fast enjoyable lithesome step with `sdmtools`
#' r <- writereadrast(r, "tootgarook.tif")
#'
#' # or roll into single step with pipe
Expand Down
6 changes: 6 additions & 0 deletions man/writereadrast.Rd

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

0 comments on commit 80926d2

Please sign in to comment.