Skip to content

Commit

Permalink
remove links
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterprovoost committed Mar 14, 2024
1 parent 2354460 commit 9df1c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/check_depth.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ check_depth_column <- function(result, data, column, lookupvalues, depthmargin,
#' print(r)
#' plot_map_leaflet(abra[r$row,], popup = "id")
#' }
#' @seealso \code{\link{check_onland}} \code{\link{check_outliers_dataset}}
#' \code{\link{check_outliers_species}} \code{\link{lookup_xy}}
#' @seealso \code{\link{check_onland}} \code{\link{lookup_xy}}
#' @export
check_depth <- function(data, report = FALSE, depthmargin = 0, shoremargin = NA, bathymetry = NULL) {
errors <- check_lonlat(data, report)
Expand Down
3 changes: 1 addition & 2 deletions R/check_onland.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
#' ok <- check_onland(abra, report = FALSE, buffer = 100)
#' print(nrow(ok))
#' }
#' @seealso \code{\link{check_depth}} \code{\link{check_outliers_dataset}}
#' \code{\link{check_outliers_species}} \code{\link{lookup_xy}}
#' @seealso \code{\link{check_depth}} \code{\link{lookup_xy}}
#' @export
check_onland <- function(data, land = NULL, report = FALSE, buffer = 0, offline = FALSE) {
errors <- check_lonlat(data, report)
Expand Down

0 comments on commit 9df1c36

Please sign in to comment.