Code
inner_join(df1, df1)
Condition
Error in `error_spat_join()`:
! `y` should not be <SpatVector>. For spatial joins use `terra::intersect()`
Code
left_join(df1, df1)
Condition
Error in `error_spat_join()`:
! `y` should not be <SpatVector>. For spatial joins use `terra::intersect()`
Code
right_join(df1, df1)
Condition
Error in `error_spat_join()`:
! `y` should not be <SpatVector>. For spatial joins use `terra::intersect()`
Code
semi_join(df1, sf::st_as_sf(df1))
Condition
Error in `error_spat_join()`:
! `y` should not be <sf/data.frame>. For spatial joins use `terra::intersect()`
Code
anti_join(df1, df1)
Condition
Error in `error_spat_join()`:
! `y` should not be <SpatVector>. For spatial joins use `terra::intersect()`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.