create_service | R Documentation |
The function will create a web service of a process graph / workflow on the connected openEO service.
create_service( type, graph, title = NULL, description = NULL, enabled = NULL, configuration = NULL, plan = NULL, budget = NULL, con = NULL, ... )
type |
character - the OGC web service type name to be created or an object of type ServiceType obtainable through list_service_types() |
graph |
A |
title |
character (optional) - a title for the service intended for visualization purposes in clients |
description |
character (optional) - a short description of the service |
enabled |
logical - whether or not the service is active or not |
configuration |
a named list specifying the configuration parameter |
plan |
character - the billing plan |
budget |
numeric - the amount of credits that can be spent on this service |
con |
connected and authenticated openEO client object (optional) otherwise |
... |
additional parameters passed to jsonlite::toJSON() (like 'digits') |
Service object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.