uavRst (version 0.5-2)

linkAll: convenient function to establish all link2GI links

Description

brute force search, find and linkl of all link2GI link functions

Usage

linkAll(links = NULL, simple = TRUE, linkItems = c("saga", "grass7",
  "otb", "gdal"), sagaArgs = "default", grassArgs = "default",
  otbArgs = "default",
  gdalArgs = c("quiet = TRUE,\n                                     returnPaths = TRUE"))

Arguments

links

character. links

simple

logical. true make all

linkItems

character. list of c("saga","grass7","otb","gdal")

sagaArgs

character. full string of sagaArgs

grassArgs

character. grassArgs full string of grassArgs

otbArgs

character. full string of otbArgs

gdalArgs

character. full string of gdalArgs

Examples

Run this code
# NOT RUN {
# required packages
require(uavRst)
require(link2GI)

# search, find and create the links to all supported  GI software
giLinks<-uavRst::linkAll()

# }

Run the code above in your browser using DataCamp Workspace