# nextcloud_user ---------------------------------------------------------------
nextcloud_user <- function()
{
Sys.getenv("NEXTCLOUD_USER")
}
# nextcloud_password -----------------------------------------------------------
nextcloud_password <- function()
{
Sys.getenv("NEXTCLOUD_PASSWORD")
}
# nextcloud_url ----------------------------------------------------------------
nextcloud_url <- function()
{
Sys.getenv("NEXTCLOUD_URL")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.