chmLoadCHM {NGCHM} | R Documentation |
Load CHM from NG-CHM server
Description
Load an R CHM object from an NG-CHM server. The CHM concerned must have been built using this library, version 0.9.4 or later.
Usage
chmLoadCHM(serverOrURL, name)
## S4 method for signature 'ngchmServer,character'
chmLoadCHM(serverOrURL, name)
## S4 method for signature 'character,character'
chmLoadCHM(serverOrURL, name)
## S4 method for signature 'character,missing'
chmLoadCHM(serverOrURL, name)
Arguments
serverOrURL |
An object of class 'ngchmServer' representing the server from which the NG-CHM is to be loaded. |
name |
A single character string specifying the name of the NG-CHM to be loaded. |
Value
An object of class 'ngchm' representing the loaded NG-CHM.
[Package NGCHM version 1.0.3 Index]