View source: R/geoprocessing-class.R
| gp_job_from_url | R Documentation |
Create GP Job from existing URL
gp_job_from_url(url, token = arc_token())
url |
the url of an existing geoprocessing job |
token |
default |
Other geoprocessing:
arc_form_params(),
arc_gp_job,
arc_job_status(),
gp_params
if (interactive()) {
job_url <- paste0(
"https://hydro.arcgis.com/arcgis/rest/services/Tools/Hydrology/",
"GPServer/TraceDownstream/jobs/jfde67910074649e4a567f0adbb8af870"
)
gp_job_from_url(
job_url,
token = auth_user()
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.