Submit a grid to be included in the package
grid_submit(x, name = NULL, desc = NULL)
This opens up a github issue for this package in the web browser with pre-populated content for adding a grid to the package.
if (FALSE) { # \dontrun{
my_grid <- us_state_grid1
my_grid$col[my_grid$label == "WI"] <- 7
grid_submit(my_grid, name = "us_grid_tweak_wi",
desc = "Modified us_state_grid1 to move WI over")
} # }