We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
based on shape_to_geojson.R from the backoffice wild analyse.
library("package")
require("package")
package::function()
requirenamespace("package")
./R
#'
#' @author
#' @description
#' @param name
#' @returns
#' @examples
#' @export
usethis::use_package("packagename", min_version = TRUE)
roxygen2::roxygenise()
devtools::check()
1in de mate van het mogelijke
The text was updated successfully, but these errors were encountered:
Create shape_to_geojson.R
0dbc5e8
#101
SanderDevisscher
When branches are created from issues, their pull requests are automatically linked.
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: