-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW function] intersect with wfs #43
Comments
SanderDevisscher
added
Function
Issue related to a function
New
Nieuwe functie/data
labels
Jul 22, 2024
SanderDevisscher
added a commit
that referenced
this issue
Jul 22, 2024
SanderDevisscher
added a commit
that referenced
this issue
Jul 22, 2024
SanderDevisscher
added a commit
that referenced
this issue
Jul 22, 2024
SanderDevisscher
added a commit
that referenced
this issue
Jul 22, 2024
SanderDevisscher
added a commit
that referenced
this issue
Jul 22, 2024
SanderDevisscher
added a commit
that referenced
this issue
Jul 22, 2024
SanderDevisscher
added a commit
that referenced
this issue
Jul 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Voorstel functie naam "wfs_intersect"
Functionality
analog to inborutils::extract_soil_map_data()
Checklist
./R
met filenaam is gelijk aan functienaam#'
op regel 1 van je script#' @author
#' @description
#' @param name
#' @returns
#' @examples
#' @export
(#14)usethis::use_package("packagename", min_version = TRUE)
uit in de console voor iedere package die je gebruikt.roxygen2::roxygenise()
uit in de consoledevtools::check()
uit in de consoleusethis::use_version(which = "minor")
21in de mate van het mogelijke
2als je meer dan 5 functies en/of datasets in één pull request veranderd hebt gebruik:
usethis::use_version(which = "major")
The text was updated successfully, but these errors were encountered: