sc_json_get_server {STATcubeR} | R Documentation |
Get the server from a json request
Description
parses a json request and returns a short string representing the corresponding STATcube server
Usage
sc_json_get_server(json)
Arguments
json |
path to a request json |
Value
"ext"
, "red"
or "prod"
depending on the database uri in the
json request
Examples
sc_json_get_server(sc_example('accomodation'))
[Package STATcubeR version 1.0.0 Index]