library(testthat)
test_credential <-
es.credential(
"entreprise",
"admin123",
"search",
"finance",
"realties"
)
test_that("connection create a single url", {
expect_equal(object = length(test_credential),
expected = 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.