Function that allows to stitch multiple occurrence datasets together. These will then be used as input for another function that will perform climate matching.
The output of this function is a dataset, similar to the one created by the data_download() function.
Checklist
[x] maak een nieuw R-bestand
[x] sla het R bestand op onder ./R met filenaam is gelijk aan functienaam
[ ] voorzie een functie titel met #' op regel 1 van je script
[ ] voorzie een auteur met #' @author
[ ] voorzie een beschrijving met #' @description
[ ] voorzie uitleg over de input parameter(s) met #' @param name
[ ] voorzie uitleg over de output van de functie met #' @returns
[ ] voorzie minstens 1 voorbeeld van het gebruik van de functie dmv #' @examples
data_stitching
Function that allows to stitch multiple occurrence datasets together. These will then be used as input for another function that will perform climate matching. The output of this function is a dataset, similar to the one created by the data_download() function.
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 console1in de mate van het mogelijke