Package 'arcgis'

Title: ArcGIS Location Services Meta-Package
Description: Provides easy installation and loading of core ArcGIS location services packages 'arcgislayers', 'arcgisutils', 'arcgisgeocode', and 'arcgisplaces'. Enabling developers to interact with spatial data and services from 'ArcGIS Online', 'ArcGIS Enterprise', and 'ArcGIS Platform'. Learn more about the 'arcgis' meta-package at <https://r.esri.com/r-bridge-site/>.
Authors: Josiah Parry [aut, cre]
Maintainer: Josiah Parry <[email protected]>
License: Apache License (>= 2)
Version: 0.1.1
Built: 2024-10-12 05:12:14 UTC
Source: https://github.com/r-arcgis/arcgis

Help Index


List all arcgis packages

Description

List all arcgis packages

Usage

arcgis_packages(include_self = TRUE)

Arguments

include_self

default TRUE. Includes the "arcgis" package name in the resultant character vector.

Value

A character vector of package names included in the "arcgis" meta-package.

Examples

arcgis_packages()