Learn R Programming

rdav (version 0.3.0)

ocs_share_info: Get infor for a specific share

Description

Get infor for a specific share

Usage

ocs_share_info(req, id, columns = NULL)

Value

one row data.frame with share properties

Arguments

req

WebDAV request as returned by wd_connect

id

share id

columns

column names that should be included into the result (default NULL includes all)

Examples

Run this code
if (FALSE) {
r <- wd_connect("https://example.com/remote.php/dav/files/johndoe")
ocs_share_info(r, 158742)
}

Run the code above in your browser using DataLab