| ncl_baseurl | R Documentation |
Builds the Nextcloud base URL for a nextcloud server from host and user names
ncl_baseurl(hostname, username, path_prefix = "")
hostname |
host name |
username |
user name |
path_prefix |
optional path to webdav directory |
base url to use with wd_connect
ncl_baseurl("example.com","johndoe")
ncl_baseurl("example.com","johndoe","sub/dir/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.