grid_submit: Submit a grid to be included in the package

Description Usage Arguments Details Examples

View source: R/facet_geo.R

Description

Submit a grid to be included in the package

Usage

1
grid_submit(x, name = NULL, desc = NULL)

Arguments

x

a data frame containing a grid

name

proposed name of the grid (if not supplied, will be asked for interactively)

desc

a description of the grid (if not supplied, will be asked for interactively)

Details

This opens up a github issue for this package in the web browser with pre-populated content for adding a grid to the package.

Examples

1
2
3
4
5
6
7
## Not run: 
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")

## End(Not run)

geofacet documentation built on July 2, 2020, 3:59 a.m.