connect_to_efoqa | R Documentation |
Connect to EMS and get the Auth token.
connect_to_efoqa(
efoqa_user = Sys.getenv("EFOQAUSER"),
efoqa_password = Sys.getenv("EFOQAPASSWORD"),
efoqa_server_url = Sys.getenv("EFOQASERVER")
)
efoqa_user |
String, eFOQA username |
efoqa_password |
String, eFOQA password |
efoqa_server_url |
String, eFOQA server |
a Connection object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.