View source: R/class_phg_con_server.R
PHGServerCon | R Documentation |
PHGServerCon
is the primary container for housing BrAPI
connection information.
PHGServerCon(
host,
port = NULL,
protocol = c("https", "http"),
version = c("v2", "v1")
)
host |
A user defined URL |
port |
The host port. If |
protocol |
Which protocol must be used to fetch the desired data? Must
be either |
version |
BrAPI version number. Must be either |
A PHGServerCon
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.