| initGRASSWin | R Documentation | 
This funcion helps to initialise rgrass7 using windows.
initGRASSWin(x = NULL, osgeo4w.root = "C:\\OSGEO4W64",
  grass.version = "grass-7.2.2",
  initGRASS.path = "C:/OSGeo4W64/apps/grass/grass-7.2.2",
  set.SysEnv = TRUE, use.link2GI = FALSE,
  link2GI.defaultGrass = c("C:/OSGeo4W64", "grass-7.2.2", "OSGeo4W64"),
  quiet = TRUE)
| x | RasterLayer for region and projection. Default: NULL | 
| osgeo4w.root | root of OSGeo installation. Default: "C:\OSGEO4W64" | 
| grass.version | GRASS GIS version. Default: "grass-7.2.2" | 
| initGRASS.path | initiation path of GRASS GIS through rgrass7. Default: "C:/OSGeo4W64/apps/grass/grass-7.2.2" | 
| set.SysEnv | set windows environmental path in R session. Default: TRUE. If FALSE no path is set. | 
| use.link2GI | use of link2GI package of initialisation. Default: FALSE | 
| link2GI.defaultGrass | initialisation using link2GI package. Default: c("C:/OSGeo4W64", "grass-7.2.2", "OSGeo4W64")) | 
| quiet | show output on console. Default: TRUE | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.