library(reticulate)
library(dplyr)
library(RPushbullet)
connect <- function() {
degiro_user <- Sys.getenv("degiro_user_name")
degiro_password <- Sys.getenv("degiro_password")
print("success!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.