ServiceCreation =============== The ServiceCreation Service enables users to create custom services. Custom Services can be found under the "Community" section using the `call ` block. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: ServiceCreation.createServiceFromTable(name: String, data: List, options: Object?) Create a service using a given dataset. **Arguments:** - ``name: String`` (`String `__) - Service name - ``data: List`` (`List `__) - 2D list of data - ``options: Object?`` (`Object `__) - Options (for details, check out :func:`ServiceCreation.getCreateFromTableOptions`) .. function:: ServiceCreation.deleteService(name: String) Delete an existing service. **Arguments:** - ``name: String`` (`String `__) - Service name .. function:: ServiceCreation.getCreateFromTableOptions(data: List) Get the default settings for a given dataset. **Arguments:** - ``data: List`` (`List `__) - 2D list of data