View source: R/fct_db_spatial_join_tables.R
| db_spatial_join_tables | R Documentation | 
Spatial join of two layers based on largest intersection using PostGIS.
db_spatial_join_tables(
  con,
  left_names,
  right_names,
  left_table_name,
  right_table_name
)
con | 
 connection object to PostGIS database  | 
left_names | 
 columns in left table to retain  | 
right_names | 
 columns in right table to retains  | 
left_table_name | 
 name of left table created in PostGIS  | 
right_table_name | 
 name of right table created in PostGIS  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.