Learn R Programming

rdav (version 0.3.0)

ncl_baseurl: Builds the Nextcloud base URL for a nextcloud server from host and user names

Description

Builds the Nextcloud base URL for a nextcloud server from host and user names

Usage

ncl_baseurl(hostname, username, path_prefix = "")

Value

base url to use with wd_connect

Arguments

hostname

host name

username

user name

path_prefix

optional path to webdav directory

Examples

Run this code
ncl_baseurl("example.com","johndoe")
ncl_baseurl("example.com","johndoe","sub/dir/")

Run the code above in your browser using DataLab