Use this function to create a regular grid in a custom CRS. This is used e.g. to create the tile grid for Global Forest Watch in order to retrieve the intersecting tiles with a given portfolio.
Usage
make_global_grid(
xmin = -180,
xmax = 170,
dx = 10,
ymin = -50,
ymax = 80,
dy = 10,
proj = NULL
)