Check if a POLYGON or MULTIPOLYGON is clockwise. According to the 'Right-hand-rule', outer rings should be clockwise, and inner holes should be counter-clockwise
st_is_polygon_cw(x)
Arguments
x: object with polygon geometries
Returns
logical with length the same number of features in x