Skip to content

Commit

Permalink
fixed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jellest committed Apr 11, 2024
1 parent 1e5f8e7 commit 962d818
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions R/ahn_sheets_info.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#'@title AHN sheets info
#'@description get polygon features that desribe the AHN sheets
#'@description get polygon features that describe the AHN sheets
#'@inheritParams ahn_area
#'@export
#'@author Jelle Stuurman
ahn_sheets_info <- function(AHN, dem, output.dir) {
ahn_sheets_info <- function(AHN, dem, resolution, output.dir) {
if (missing(AHN) == TRUE) {
stop("No value provided for the AHN prameter. Please enter a valid AHN parameter.")
}
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 3.1.13
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-04-11T07:48Z
last_built: 2024-04-11T08:07Z

6 changes: 4 additions & 2 deletions man/ahn_sheets_info.Rd

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

0 comments on commit 962d818

Please sign in to comment.