Hi
I would like to do a one-to-many join from within R.
I have an shapefile with N features. I have a table with 12xN records. I would like to join the shapefile with the table so that there is a one-to-many relationship.
It is possible to write in R script, to join my table to a shapefile? I am unable to find ways to join data table as one-to-many.
Any guidance please.
thank you