diff --git a/R/matching.R b/R/matching.R index 5f9bf2a2..85f6a778 100644 --- a/R/matching.R +++ b/R/matching.R @@ -42,9 +42,7 @@ #' #' a1 <- match_spatial(climate_aus, river, return_cubble = TRUE) %>% bind_rows() #' match_temporal(a1, data_id = type, match_id = group, -#' temporal_by = c("prcp" = "Water_course_level")) -#' match_temporal(a1, data_id = type, match_id = group, -#' temporal_by = c("prcp" = "Water_course_level"), return = TRUE) +#' temporal_by = c("prcp" = "Water_course_level")) match_sites <- function(df1, df2, crs = sf::st_crs("OGC:CRS84"), which = NULL, par = 0, spatial_n_each = 1, diff --git a/man/matching.Rd b/man/matching.Rd index d55ec9a4..0fbb724c 100644 --- a/man/matching.Rd +++ b/man/matching.Rd @@ -105,7 +105,5 @@ match_spatial(climate_aus, river, spatial_n_each = 5, spatial_n_group = 2) a1 <- match_spatial(climate_aus, river, return_cubble = TRUE) \%>\% bind_rows() match_temporal(a1, data_id = type, match_id = group, -temporal_by = c("prcp" = "Water_course_level")) -match_temporal(a1, data_id = type, match_id = group, -temporal_by = c("prcp" = "Water_course_level"), return = TRUE) + temporal_by = c("prcp" = "Water_course_level")) }