Retrieve and assemble commune boundary lines around an area
get_com_line.RdConverts commune boundary polygons into line features, optionally clipped for cartographic display.
Value
An sf object of type LINESTRING representing commune boundaries.
Returns NULL if no commune intersects the input area.
Details
The function retrieves commune polygons using get_com_poly(),
converts them to line geometries using poly_to_line(),
and optionally intersects them with a reduced convex buffer
to limit graphical extent.