getService: Get a web service for consumption.
Description
Get a web service for consumption on running on R Server.
Usage
getService(name, v = character(0), destination = NULL)
Arguments
name
The web service name.
v
The web service version.
destination
(optional) The codegen output directory location.
Details
Complete documentation: https://go.microsoft.com/fwlink/?linkid=836352
See Also
Other service methods: deleteService, listServices, print.serviceDetails, publishService, serviceOption, summary.serviceDetails, updateService
Examples
## Not run:
# Discover the `add-service` version `1.0.1`
api <- getService("add-service", "1.0.1")
## End(Not run)