-
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] shape to geojson #101
Open
18 tasks done
Comments
SanderDevisscher
added
Function
Issue related to a function
New
Nieuwe functie/data
labels
Jan 2, 2025
SanderDevisscher
added a commit
that referenced
this issue
Jan 6, 2025
SanderDevisscher
added a commit
that referenced
this issue
Jan 6, 2025
SanderDevisscher
added a commit
that referenced
this issue
Jan 7, 2025
SanderDevisscher
added a commit
that referenced
this issue
Jan 7, 2025
SanderDevisscher
added a commit
that referenced
this issue
Jan 7, 2025
SanderDevisscher
added a commit
that referenced
this issue
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Voorstel functie naam "<shape_to_geojson>"
Functionality
based on shape_to_geojson.R from the backoffice wild analyse.
Checklist
library("package")
enrequire("package")
gebruikpackage::function()
of als het echt niet anders gaatrequirenamespace("package")
./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 console1in de mate van het mogelijke
The text was updated successfully, but these errors were encountered: