| ocs_share_info | R Documentation |
Get infor for a specific share
ocs_share_info(req, id, columns = NULL)
req |
WebDAV request as returned by |
id |
share id |
columns |
column names that should be included into the result (default |
one row data.frame with share properties
## Not run:
r <- wd_connect("https://example.com/remote.php/dav/files/johndoe")
ocs_share_info(r, 158742)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.