View source: R/KowaAP7000Client.r
opiInitialise_for_KowaAP7000 | R Documentation |
This is for internal use only. Use opiInitialise()
with
these Arguments and you will get the Value back.
ip |
IP address of AP7000 machine (as string) |
port |
Port number on which AP7000 server is listening |
If the chosen OPI implementation is KowaAP7000
, then you must specify
the IP address and port of the AP-7000 server.
list(err = NULL)
## Not run:
# Set up the Kowa AP-7000
chooseOpi("KowaAP7000")
opiInitialize(ip="192.168.1.7", port=44965)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.