© 2021 Lyntics GmbH
Official Lyntics R package. This package allows you to access Lyntics functions via R. If you use this package outside of Lyntics, you need to add host and port specifications accordingly.
--
You can install the package from our official repository:
devtools::install_github("https://github.com/processand-technologies/r_idh")
--
library("rIdh")
user_token <- "..."
connection_id <- "..."
execute(
"SELECT TOP 100* FROM BSEG",
connection_id,
user_token
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.