library(devtools) library(opalr)
buildfile_location <- devtools::build() print(buildfile_location)
Note this uses opalr's login not DSI's login
opal <- opalr::opal.login('administrator', 'datashield_test&', url = 'http://192.168.56.100:8080/') print(opal)
opalr::dsadmin.install_local_package(opal, buildfile_location)
opalr::opal.logout(opal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.