If the input object is in lat/lon coordinates, the buffer is approximately applied by first transforming the object in a suitable projected CRS, expanding it with the given buffer, and then transforming it back to the lat/lon system.
buffer(obj, buffer_distance, ...)An object of class sf::sfc_POLYGON
A sf object
Buffer distance in meters
Optional parameters passed on to sf::st_buffer()