powered by
Get infor for a specific share
ocs_share_info(req, id, columns = NULL)
one row data.frame with share properties
WebDAV request as returned by wd_connect
wd_connect
share id
column names that should be included into the result (default NULL includes all)
NULL
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