installModule
Syntax
installModule(moduleName, [serverAddr])
Details
Downloads and extracts the specified module into the node’s module directory. Available modules can be queried using listRemoteModules.
Parameters
moduleName: A STRING scalar specifying the module name.
serverAddr (optional): A STRING scalar specifying the HTTP address of the module repository, which defaults to "http://dolphindb.cn".
Returns
None.
Examples
Download the module named ops from the marketplace:
installModule("ops")
Related functions
