'Writing mid/mif files in R

I need to write vector files in mif/mid format in R. If I use:

st_write(st_as_sf(vector_name), dsn = "Vector_Name", driver = "MapInfo File")

it writes files in .tab format.

Does anyone know how to write them in mif/mid? Many thanks!

Elena



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source